From: Hans de Goede <hdegoede@redhat.com>
To: Kartik Kulkarni <kartik.koolks@gmail.com>,
mchehab@kernel.org, akari.ailus@linux.intel.com,
gregkh@linuxfoundation.org, linux-media@vger.kernel.org,
linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Cc: ~lkcamp/patches@lists.sr.ht, helen.koike@collabora.com
Subject: Re: [PATCH v2] staging: rtl8723bs: remove space after pointer
Date: Tue, 30 Jul 2024 15:43:27 +0200 [thread overview]
Message-ID: <389396f9-2b07-4d7f-a609-747f3abd4864@redhat.com> (raw)
In-Reply-To: <20240730134155.37784-1-kartik.koolks@gmail.com>
Hi,
On 7/30/24 3:41 PM, 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>
Thanks, patch looks good to me:
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Regards,
Hans
> ---
> 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 */
>
prev parent reply other threads:[~2024-07-30 13:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-30 13:41 [PATCH v2] staging: rtl8723bs: remove space after pointer Kartik Kulkarni
2024-07-30 13:43 ` Hans de Goede [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=389396f9-2b07-4d7f-a609-747f3abd4864@redhat.com \
--to=hdegoede@redhat.com \
--cc=akari.ailus@linux.intel.com \
--cc=gregkh@linuxfoundation.org \
--cc=helen.koike@collabora.com \
--cc=kartik.koolks@gmail.com \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-staging@lists.linux.dev \
--cc=mchehab@kernel.org \
--cc=~lkcamp/patches@lists.sr.ht \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox