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

Commit 7258cb65 authored by Amarjargal Gundjalam's avatar Amarjargal Gundjalam Committed by Greg Kroah-Hartman
Browse files

staging/crystalhd: Fixes line over 80 characters warning in bc_dts_glob_lnx.h



Fixes the following checkpatch warning
WARNING: line over 80 characters

Signed-off-by: default avatarAmarjargal Gundjalam <amarjargal16@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 62edbbcf
Loading
Loading
Loading
Loading
+11 −8
Original line number Diff line number Diff line
@@ -240,11 +240,14 @@ enum BC_DRV_CMD {
	DRV_CMD_ADD_RXBUFFS,	/* Add Rx side buffers to driver pool */
	DRV_CMD_FETCH_RXBUFF,	/* Get Rx DMAed buffer */
	DRV_CMD_START_RX_CAP,	/* Start Rx Buffer Capture */
	DRV_CMD_FLUSH_RX_CAP,	/* Stop the capture for now...we will enhance this later*/
	DRV_CMD_FLUSH_RX_CAP,	/* Stop the capture for now...
			we will enhance this later*/
	DRV_CMD_GET_DRV_STAT,	/* Get Driver Internal Statistics */
	DRV_CMD_RST_DRV_STAT,	/* Reset Driver Internal Statistics */
	DRV_CMD_NOTIFY_MODE,	/* Notify the Mode to driver in which the application is Operating*/
	DRV_CMD_CHANGE_CLOCK,	/* Change the core clock to either save power or improve performance */
	DRV_CMD_NOTIFY_MODE,	/* Notify the Mode to driver
			in which the application is Operating*/
	DRV_CMD_CHANGE_CLOCK,	/* Change the core clock to either save power
			or improve performance */

	/* MUST be the last one.. */
	DRV_CMD_END,			/* End of the List.. */