* [PATCH] staging: rtl8723bs: remove redundant semicolon in basic_types.h
@ 2025-07-21 16:56 Ali Nasrolahi
2025-07-22 7:38 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Ali Nasrolahi @ 2025-07-21 16:56 UTC (permalink / raw)
To: gregkh; +Cc: linux-kernel, linux-staging, Ali Nasrolahi
This patch removes a redundant semicolon for
the macro SET_BITS_TO_LE_2BYTE from basic_types.h
Signed-off-by: Ali Nasrolahi <A.Nasrolahi01@gmail.com>
---
drivers/staging/rtl8723bs/include/basic_types.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/basic_types.h b/drivers/staging/rtl8723bs/include/basic_types.h
index e2f203910be..640db1e79e7 100644
--- a/drivers/staging/rtl8723bs/include/basic_types.h
+++ b/drivers/staging/rtl8723bs/include/basic_types.h
@@ -162,7 +162,7 @@
( \
LE_BITS_CLEARED_TO_2BYTE(__pstart, __bitoffset, __bitlen) | \
((((u16)__val) & BIT_LEN_MASK_16(__bitlen)) << (__bitoffset)) \
- );
+ )
#define SET_BITS_TO_LE_1BYTE(__pstart, __bitoffset, __bitlen, __val) \
*((u8 *)(__pstart)) = EF1BYTE \
--
2.50.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8723bs: remove redundant semicolon in basic_types.h
2025-07-21 16:56 [PATCH] staging: rtl8723bs: remove redundant semicolon in basic_types.h Ali Nasrolahi
@ 2025-07-22 7:38 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2025-07-22 7:38 UTC (permalink / raw)
To: Ali Nasrolahi; +Cc: linux-kernel, linux-staging
On Mon, Jul 21, 2025 at 08:26:39PM +0330, Ali Nasrolahi wrote:
> This patch removes a redundant semicolon for
> the macro SET_BITS_TO_LE_2BYTE from basic_types.h
Please use the full 72 columns for your changelog text.
And this says what you did, but not why you did it.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-07-22 7:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-21 16:56 [PATCH] staging: rtl8723bs: remove redundant semicolon in basic_types.h Ali Nasrolahi
2025-07-22 7:38 ` Greg KH
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).