Staging: ced1401: Fixes white spaces and indentations.
Fixes white spaces and indentations warnings from checkpatch. Signed-off-by: Elena Ufimtseva <ufimtseva@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
d1cc1b861e
commit
d9f8374ba0
4 changed files with 363 additions and 364 deletions
|
@ -118,7 +118,6 @@
|
|||
#endif
|
||||
#endif /* _IS_WINDOWS_ */
|
||||
|
||||
|
||||
#ifndef TRUE
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
** The IOCTL function codes from 0x80 to 0xFF are for developer use.
|
||||
*/
|
||||
#define FILE_DEVICE_CED1401 0x8001
|
||||
#define FNNUMBASE 0x800
|
||||
FNNUMBASE 0x800
|
||||
|
||||
#define U14_OPEN1401 CTL_CODE(FILE_DEVICE_CED1401, \
|
||||
FNNUMBASE, \
|
||||
|
@ -34,7 +34,7 @@
|
|||
#define U14_SENDSTRING CTL_CODE(FILE_DEVICE_CED1401, \
|
||||
FNNUMBASE+2, \
|
||||
METHOD_BUFFERED, \
|
||||
FILE_ANY_ACCESS)
|
||||
FILE_ANY_ACCESS
|
||||
|
||||
#define U14_RESET1401 CTL_CODE(FILE_DEVICE_CED1401, \
|
||||
FNNUMBASE+3, \
|
||||
|
|
Loading…
Add table
Reference in a new issue