Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc922722 authored by Masanari Iida's avatar Masanari Iida Committed by Greg Kroah-Hartman
Browse files

staging: crystalhd: Fix typo in crystalhd



Correct spelling typo.

Signed-off-by: default avatarMasanari Iida <standby24x7@gmail.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent ae7d27c0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ enum BC_DRV_CMD {
	DRV_CMD_REG_RD,		/* Read Device Register */
	DRV_CMD_REG_WR,		/* Write Device Register */
	DRV_CMD_FPGA_RD,	/* Read FPGA Register */
	DRV_CMD_FPGA_WR,	/* Wrtie FPGA Reister */
	DRV_CMD_FPGA_WR,	/* Write FPGA Register */
	DRV_CMD_MEM_RD,		/* Read Device Memory */
	DRV_CMD_MEM_WR,		/* Write Device Memory */
	DRV_CMD_RD_PCI_CFG,	/* Read PCI Config Space */
+1 −1
Original line number Diff line number Diff line
@@ -798,7 +798,7 @@ static const struct crystalhd_cmd_tbl g_crystalhd_cproc_tbl[] = {
 *
 * Current gstreamer frame work does not provide any power management
 * related notification to user mode decoder plug-in. As a work-around
 * we pass on the power mangement notification to our plug-in by completing
 * we pass on the power management notification to our plug-in by completing
 * all outstanding requests with BC_STS_IO_USER_ABORT return code.
 */
enum BC_STATUS crystalhd_suspend(struct crystalhd_cmd *ctx,
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@

/*
 * NOTE:: This is the main interface file between the Linux layer
 *        and the harware layer. This file will use the definitions
 *        and the hardware layer. This file will use the definitions
 *        from _dts_glob and dts_defs etc.. which are defined for
 *        windows.
 */
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@ struct fgt_sei {
	unsigned char model_id;	/* Model id. */

	/* +unused SE based on Thomson spec */
	unsigned char color_desc_flag;	/* Separate color descrition flag. */
	unsigned char color_desc_flag;	/* Separate color description flag. */
	unsigned char bit_depth_luma;	/* Bit depth luma minus 8. */
	unsigned char bit_depth_chroma;	/* Bit depth chroma minus 8. */
	unsigned char full_range_flag;	/* Full range flag. */
+1 −1
Original line number Diff line number Diff line
@@ -398,7 +398,7 @@ static void crystalhd_hw_free_rx_pkt(struct crystalhd_hw *hw,
 * Call back from TX - IOQ deletion.
 *
 * This routine will release the TX DMA rings allocated
 * druing setup_dma rings interface.
 * during setup_dma rings interface.
 *
 * Memory is allocated per DMA ring basis. This is just
 * a place holder to be able to create the dio queues.
Loading