All of lore.kernel.org
 help / color / mirror / Atom feed
From: Dan Carpenter <error27@gmail.com>
To: Malathi <malathi.a2000@gmail.com>
Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type
Date: Tue, 18 Aug 2026 11:42:37 +0300	[thread overview]
Message-ID: <aoQa_RWy2iBsLRZg@stanley.mountain> (raw)
In-Reply-To: <20260818082622.1186194-2-malathi.a2000@gmail.com>

On Tue, Aug 18, 2026 at 08:26:22AM +0000, Malathi wrote:
> Remove the 'NDIS_802_11_RATES_EX' type and replace the variables of this
> type with an array of 'u8', which makes the code more understandable and
> gets rid of an unnecessary 'typedef'.
> 
> 'u8' and the 'unsigned char' the typedef expanded to are the same type and
> the array length is unchanged, so there is no functional change. Also
> update the comment in wlan_bssdef.h that referred to the removed type.
> 
> Signed-off-by: Malathi <malathi.a2000@gmail.com>

Do you sign legal documents with just the one name?

This doesn't apply.  Please, work against staging-devel or linux-next.

regards,
dan carpenter


      reply	other threads:[~2026-08-18  8:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-18  8:26 [PATCH 1/2] staging: rtl8723bs: remove unused NDIS_802_11 typedefs Malathi
2026-08-18  8:26 ` [PATCH 2/2] staging: rtl8723bs: remove unusual 'NDIS_802_11_RATES_EX' type Malathi
2026-08-18  8:42   ` Dan Carpenter [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=aoQa_RWy2iBsLRZg@stanley.mountain \
    --to=error27@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-staging@lists.linux.dev \
    --cc=malathi.a2000@gmail.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.