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

Commit 78508655 authored by Aybuke Ozdemir's avatar Aybuke Ozdemir Committed by Greg Kroah-Hartman
Browse files

staging/silicom/bypasslib/bp_ioctl.h Fix do not add new typedefs.



Fix checkpatch.pl issues with do not add
new typedefs in bp_ioctl.h

Signed-off-by: default avatarAybuke Ozdemir <aybuke.147@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 9b144596
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
#define WD_MIN_TIME_GET(desc)   (desc & 0xf)
#define WD_STEP_COUNT_GET(desc) ((desc>>5) & 0xf)

typedef enum {
enum {
	IS_BYPASS = 1,
	GET_BYPASS_SLAVE,
	GET_BYPASS_CAPS,
@@ -103,7 +103,7 @@ typedef enum {
	SET_BP_HW_RESET,
} CMND_TYPE;

typedef enum {
enum {
	IF_SCAN_SD,
	GET_DEV_NUM_SD,
	IS_BYPASS_SD,