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

Commit d9f8374b authored by Elena Ufimtseva's avatar Elena Ufimtseva Committed by Greg Kroah-Hartman
Browse files

Staging: ced1401: Fixes white spaces and indentations.



Fixes white spaces and indentations warnings from checkpatch.

Signed-off-by: default avatarElena Ufimtseva <ufimtseva@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent d1cc1b86
Loading
Loading
Loading
Loading
+19 −20
Original line number Original line Diff line number Diff line
@@ -118,7 +118,6 @@
#endif
#endif
#endif /* _IS_WINDOWS_ */
#endif /* _IS_WINDOWS_ */


    
#ifndef TRUE
#ifndef TRUE
   #define TRUE 1
   #define TRUE 1
   #define FALSE 0
   #define FALSE 0
+246 −246
Original line number Original line Diff line number Diff line
@@ -19,7 +19,7 @@
** The IOCTL function codes from 0x80 to 0xFF are for developer use.
** The IOCTL function codes from 0x80 to 0xFF are for developer use.
*/
*/
#define  FILE_DEVICE_CED1401    0x8001
#define  FILE_DEVICE_CED1401    0x8001
#define  FNNUMBASE              0x800
						FNNUMBASE              0x800


#define  U14_OPEN1401            CTL_CODE(FILE_DEVICE_CED1401,     \
#define  U14_OPEN1401            CTL_CODE(FILE_DEVICE_CED1401,     \
						FNNUMBASE,               \
						FNNUMBASE,               \
@@ -34,7 +34,7 @@
#define  U14_SENDSTRING          CTL_CODE(FILE_DEVICE_CED1401,     \
#define  U14_SENDSTRING          CTL_CODE(FILE_DEVICE_CED1401,     \
						FNNUMBASE+2,             \
						FNNUMBASE+2,             \
						METHOD_BUFFERED,         \
						METHOD_BUFFERED,         \
                                           FILE_ANY_ACCESS)
						FILE_ANY_ACCESS


#define  U14_RESET1401           CTL_CODE(FILE_DEVICE_CED1401,     \
#define  U14_RESET1401           CTL_CODE(FILE_DEVICE_CED1401,     \
						FNNUMBASE+3,             \
						FNNUMBASE+3,             \
+85 −85

File changed.

Contains only whitespace changes.

+70 −70

File changed.

Contains only whitespace changes.