Re: [PATCH 7/7] staging: ks7010: Move from bool to int in structs

2018-05-08 Thread Nathan Chancellor
On Tue, May 08, 2018 at 01:34:31PM +0200, Greg Kroah-Hartman wrote: > On Sun, May 06, 2018 at 03:03:04PM -0700, Nathan Chancellor wrote: > > Fixes checkpatch.pl warnings. > > > > Signed-off-by: Nathan Chancellor > > --- > > drivers/staging/ks7010/ks_hostif.c | 4 ++-- > > drivers/staging/ks701

Re: [PATCH 7/7] staging: ks7010: Move from bool to int in structs

2018-05-08 Thread Greg Kroah-Hartman
On Sun, May 06, 2018 at 03:03:04PM -0700, Nathan Chancellor wrote: > Fixes checkpatch.pl warnings. > > Signed-off-by: Nathan Chancellor > --- > drivers/staging/ks7010/ks_hostif.c | 4 ++-- > drivers/staging/ks7010/ks_wlan.h | 4 ++-- > drivers/staging/ks7010/ks_wlan_net.c | 8 > 3

[PATCH 7/7] staging: ks7010: Move from bool to int in structs

2018-05-06 Thread Nathan Chancellor
Fixes checkpatch.pl warnings. Signed-off-by: Nathan Chancellor --- drivers/staging/ks7010/ks_hostif.c | 4 ++-- drivers/staging/ks7010/ks_wlan.h | 4 ++-- drivers/staging/ks7010/ks_wlan_net.c | 8 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/drivers/staging/ks701