Re: [PATCH] staging: rtl8723bs: fix a couple of spelling mistakes

2017-06-03 Thread Joe Perches
On Sat, 2017-06-03 at 23:21 +0100, Colin King wrote: > Replace cant with cannot, argumetns with arguments and > add line break to overly long DBG_871X statement. [] > diff --git a/drivers/staging/rtl8723bs/hal/hal_com.c > b/drivers/staging/rtl8723bs/hal/hal_com.c [] > @@ -26,7 +26,7 @@ u8 rtw_hal_

[PATCH] staging: rtl8723bs: fix a couple of spelling mistakes

2017-06-03 Thread Colin King
From: Colin Ian King Replace cant with cannot, argumetns with arguments and add line break to overly long DBG_871X statement. Signed-off-by: Colin Ian King --- drivers/staging/rtl8723bs/hal/hal_com.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl87