* [PATCH] staging: rtl8723bs: remove space after pointer
@ 2024-07-30 12:33 Kartik Kulkarni
0 siblings, 0 replies; 4+ messages in thread
From: Kartik Kulkarni @ 2024-07-30 12:33 UTC (permalink / raw)
To: hdegoede, mchehab, akari.ailus, gregkh, linux-media,
linux-staging, linux-kernel
Cc: ~lkcamp/patches, helen.koike
Fix checkpatch error "foo * bar" should be "foo *bar"
in osdep_service.h:105
Signed-off-by: Kartik Kulkarni <kartik.koolks@gmail.com>
---
Newbie to contributing to kernel code
---
---
drivers/staging/rtl8723bs/include/osdep_service.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/osdep_service.h b/drivers/staging/rtl8723bs/include/osdep_service.h
index cf96b5f7a..d6d651342 100644
--- a/drivers/staging/rtl8723bs/include/osdep_service.h
+++ b/drivers/staging/rtl8723bs/include/osdep_service.h
@@ -102,7 +102,7 @@ static inline int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *par
#define MAC_ARG(x) (x)
#endif
-extern void rtw_free_netdev(struct net_device * netdev);
+extern void rtw_free_netdev(struct net_device *netdev);
/* Macros for handling unaligned memory accesses */
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] staging: rtl8723bs: remove space after pointer
@ 2024-07-30 12:34 Kartik Kulkarni
2024-07-30 13:19 ` Greg KH
0 siblings, 1 reply; 4+ messages in thread
From: Kartik Kulkarni @ 2024-07-30 12:34 UTC (permalink / raw)
To: hdegoede, mchehab, akari.ailus, gregkh, linux-media,
linux-staging, linux-kernel
Cc: ~lkcamp/patches, helen.koike, kartik.koolks
Fix checkpatch error "foo * bar" should be "foo *bar"
in osdep_service.h:105
Signed-off-by: Kartik Kulkarni <kartik.koolks@gmail.com>
---
Newbie to contributing to kernel code
---
---
drivers/staging/rtl8723bs/include/osdep_service.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/rtl8723bs/include/osdep_service.h b/drivers/staging/rtl8723bs/include/osdep_service.h
index cf96b5f7a..d6d651342 100644
--- a/drivers/staging/rtl8723bs/include/osdep_service.h
+++ b/drivers/staging/rtl8723bs/include/osdep_service.h
@@ -102,7 +102,7 @@ static inline int rtw_bug_check(void *parg1, void *parg2, void *parg3, void *par
#define MAC_ARG(x) (x)
#endif
-extern void rtw_free_netdev(struct net_device * netdev);
+extern void rtw_free_netdev(struct net_device *netdev);
/* Macros for handling unaligned memory accesses */
--
2.20.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] staging: rtl8723bs: remove space after pointer
2024-07-30 12:34 [PATCH] staging: rtl8723bs: remove space after pointer Kartik Kulkarni
@ 2024-07-30 13:19 ` Greg KH
2024-07-30 13:44 ` Kartik Kulkarni
0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2024-07-30 13:19 UTC (permalink / raw)
To: Kartik Kulkarni
Cc: hdegoede, mchehab, akari.ailus, linux-media, linux-staging,
linux-kernel, ~lkcamp/patches, helen.koike
On Tue, Jul 30, 2024 at 12:34:27PM +0000, Kartik Kulkarni wrote:
> Fix checkpatch error "foo * bar" should be "foo *bar"
> in osdep_service.h:105
>
> Signed-off-by: Kartik Kulkarni <kartik.koolks@gmail.com>
> ---
> Newbie to contributing to kernel code
This line is not needed :)
You sent 2 copies, which one is correct?
Please resend a v2 version so we know which to review.
thanks,
greg k-h
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] staging: rtl8723bs: remove space after pointer
2024-07-30 13:19 ` Greg KH
@ 2024-07-30 13:44 ` Kartik Kulkarni
0 siblings, 0 replies; 4+ messages in thread
From: Kartik Kulkarni @ 2024-07-30 13:44 UTC (permalink / raw)
To: Greg KH
Cc: hdegoede, mchehab, akari.ailus, linux-media, linux-staging,
linux-kernel, ~lkcamp/patches, helen.koike
> > Newbie to contributing to kernel code
>
> This line is not needed :)
>
Removed :)
> You sent 2 copies, which one is correct?
>
> Please resend a v2 version so we know which to review.
Thank you, I have just sent a v2 patch
Regards,
Kartik
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-07-30 13:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-30 12:34 [PATCH] staging: rtl8723bs: remove space after pointer Kartik Kulkarni
2024-07-30 13:19 ` Greg KH
2024-07-30 13:44 ` Kartik Kulkarni
-- strict thread matches above, loose matches on Subject: below --
2024-07-30 12:33 Kartik Kulkarni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox