mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-04-18 20:29:04 +08:00
ray_cs: Change 1 to true for bool type variable.
The variable translate is bool type. So assigning true instead of 1. Signed-off-by: Shailendra Verma <shailendra.capricorn@gmail.com> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
This commit is contained in:
committed by
Kalle Valo
parent
57670ee882
commit
fa2ab69718
@@ -143,7 +143,7 @@ static int psm;
|
||||
static char *essid;
|
||||
|
||||
/* Default to encapsulation unless translation requested */
|
||||
static bool translate = 1;
|
||||
static bool translate = true;
|
||||
|
||||
static int country = USA;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user