[PATCH] drivers/telephony/ixj: Convert to generic boolean
Convert: BOOL -> bool FALSE -> false TRUE -> true Change a variable ('mContinue') to boolean from char, since it is used as boolean. Signed-off-by: Richard Knutsson <ricknu-0@student.ltu.se> Acked-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
此提交包含在:
@@ -48,15 +48,11 @@
|
||||
typedef __u16 WORD;
|
||||
typedef __u32 DWORD;
|
||||
typedef __u8 BYTE;
|
||||
typedef __u8 BOOL;
|
||||
|
||||
#ifndef IXJMAX
|
||||
#define IXJMAX 16
|
||||
#endif
|
||||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
|
||||
/******************************************************************************
|
||||
*
|
||||
* This structure when unioned with the structures below makes simple byte
|
||||
|
新增問題並參考
封鎖使用者