All of lore.kernel.org
 help / color / mirror / Atom feed
From: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
To: lixinyu <xinyuili@126.com>
Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_hal_init.c
Date: Tue, 19 May 2026 11:46:16 +0200	[thread overview]
Message-ID: <2026051952-crayfish-speed-6970@gregkh> (raw)
In-Reply-To: <20260519090114.828918-1-xinyuili@126.com>

On Tue, May 19, 2026 at 05:01:14PM +0800, lixinyu wrote:
> Fix checkpatch coding style issues:
> - Add spaces around binary operators (|, &, +, >>) per kernel style
> - Replace C++ style comments (//) with kernel style comments (/* */)
> 
> No functional change.
> 
> Assisted-by: Claude:claude-4-opus

Do not do ai-assisted fixes for drivers/staging/  They will be rejected
as that is not the goal of this codebase, sorry.

greg k-h

  parent reply	other threads:[~2026-05-19  9:47 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-05-19  9:01 [PATCH] staging: rtl8723bs: fix coding style issues in rtl8723b_hal_init.c lixinyu
2026-05-19  9:34 ` Dan Carpenter
2026-05-19  9:46 ` Greg Kroah-Hartman [this message]
2026-05-19  9:46 ` [PATCH v2 0/2] " lixinyu
2026-05-19  9:46   ` [PATCH v2 1/2] staging: rtl8723bs: replace C++ style comments with kernel style lixinyu
2026-05-19  9:46   ` [PATCH v2 2/2] staging: rtl8723bs: add missing spaces around operators in rtl8723b_hal_init.c lixinyu
2026-05-19 14:06     ` Dan Carpenter
2026-05-19  9:57 ` [PATCH v3 0/2] staging: rtl8723bs: fix coding style issues " lixinyu
2026-05-19  9:57   ` [PATCH v3 1/2] staging: rtl8723bs: replace C++ style comments with kernel style lixinyu
2026-05-19  9:57   ` [PATCH v3 2/2] staging: rtl8723bs: add missing spaces around operators in rtl8723b_hal_init.c lixinyu
2026-05-19  9:59 ` [PATCH v4 0/2] staging: rtl8723bs: fix coding style issues " lixinyu
2026-05-19  9:59   ` [PATCH v4 1/2] staging: rtl8723bs: replace C++ style comments with kernel style lixinyu
2026-05-19 10:09     ` Greg Kroah-Hartman
2026-05-19  9:59   ` [PATCH v4 2/2] staging: rtl8723bs: add missing spaces around operators in rtl8723b_hal_init.c lixinyu

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=2026051952-crayfish-speed-6970@gregkh \
    --to=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=xinyuili@126.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.