Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1656962

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

From Joe Perches <joe@perches.com>
Newsgroups linux.kernel
Subject Re: [PATCH] staging: rtl8723bs: fix a couple of spelling mistakes
Date 2017-06-04 02:00 +0200
Message-ID <tOr7z-5cB-5@gated-at.bofh.it> (permalink)
References <tOpIu-4nU-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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_data_init(struct adapter *padapter)
>  		padapter->hal_data_sz = sizeof(struct hal_com_data);
>  		padapter->HalData = vzalloc(padapter->hal_data_sz);
>  		if (padapter->HalData == NULL) {
> -			DBG_8192C("cant not alloc memory for HAL DATA\n");
> +			DBG_8192C("cannot not alloc memory for HAL DATA\n");

"cannot not" does not make sense.
 

Back to linux.kernel | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

[PATCH] staging: rtl8723bs: fix a couple of spelling mistakes Colin King <colin.king@canonical.com> - 2017-06-04 00:30 +0200
  Re: [PATCH] staging: rtl8723bs: fix a couple of spelling mistakes Joe Perches <joe@perches.com> - 2017-06-04 02:00 +0200

csiph-web