mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] Subject: Improved help text for rtl8712
@ 2024-03-06 14:45 Ayaan Mirza Baig
  2024-03-06 15:15 ` Dan Carpenter
  2024-03-06 15:16 ` Dan Carpenter
  0 siblings, 2 replies; 4+ messages in thread
From: Ayaan Mirza Baig @ 2024-03-06 14:45 UTC (permalink / raw)
  To: kernel-janitors; +Cc: ayaanmirza788, linux-kernel


From df9050d0dff9e4160172dbc910f718c16095fc8d Mon Sep 17 00:00:00 2001
From: Ayaan Mirza Baig <ayaanmirza.788@gmail.com>
Date: Wed, 6 Mar 2024 19:53:12 +0530

Rewrote the help text paragraph for R8712U and R8712_TX_AGGR

Signed-off-by: Ayaan Mirza Baig <ayaanmirza.788@gmail.com>
---
 drivers/staging/rtl8712/Kconfig | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/drivers/staging/rtl8712/Kconfig
b/drivers/staging/rtl8712/Kconfig
index 8de26425225b..c3ea29003fc6 100644
--- a/drivers/staging/rtl8712/Kconfig
+++ b/drivers/staging/rtl8712/Kconfig
@@ -6,16 +6,17 @@ config R8712U
 	select WEXT_PRIV
 	select FW_LOADER
 	help
-	    This option adds the Realtek RTL8712 USB device such as
the
-	    D-Link DWA-130.
-
-	    If built as a module, it will be called r8712u.
+	  This is a driver for the RealTek RTL8712U USB 802.11n
wireless
+	  network card. It is also known as the RTL8192SU.
+	  Used in devices like the D-Link DWA-130
+	  If built as a module, it will be called r8712u.
 
 config R8712_TX_AGGR
 	bool "Realtek RTL8712U Transmit Aggregation code"
 	depends on R8712U && BROKEN
 	help
-	    This option provides transmit aggregation for the Realtek
-	    RTL8712 USB device.
-
+	  This option enables Realtek RTL8712U transmit aggregation,
+	  which can improve performance by combining multiple small
packets into fewer,
+	  larger ones for transmission.
+	  This can be especially beneficial for large data transfers.
 
-- 
2.34.1



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Subject: Improved help text for rtl8712
  2024-03-06 14:45 [PATCH] Subject: Improved help text for rtl8712 Ayaan Mirza Baig
@ 2024-03-06 15:15 ` Dan Carpenter
  2024-03-06 15:16 ` Dan Carpenter
  1 sibling, 0 replies; 4+ messages in thread
From: Dan Carpenter @ 2024-03-06 15:15 UTC (permalink / raw)
  To: Ayaan Mirza Baig; +Cc: kernel-janitors, ayaanmirza788, linux-kernel

Hi Ayaan,

This patch obviously got a bit mangled in transmission as you can see.
Read the first paragraph of Documentation/process/email-clients.rst, but
then do a google search on how to use git send-email.  Send patches to
yourself until you figure it out.

After that use scripts/get_maintainer.pl to create the correct CC list.

On Wed, Mar 06, 2024 at 08:15:35PM +0530, Ayaan Mirza Baig wrote:
> 
> >From df9050d0dff9e4160172dbc910f718c16095fc8d Mon Sep 17 00:00:00 2001
> From: Ayaan Mirza Baig <ayaanmirza.788@gmail.com>
> Date: Wed, 6 Mar 2024 19:53:12 +0530
> 
> Rewrote the help text paragraph for R8712U and R8712_TX_AGGR
> 

The commit message needs to say what wrong with the original help text
and why you are re-writing it.

I suspect that you're re-writing it just to make it longer than the 4 (?)
line minimum.  Don't bother with that.  Checkpatch is overly strict.
People can understand the help text fine even though it's just 3 lines.

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Subject: Improved help text for rtl8712
  2024-03-06 14:45 [PATCH] Subject: Improved help text for rtl8712 Ayaan Mirza Baig
  2024-03-06 15:15 ` Dan Carpenter
@ 2024-03-06 15:16 ` Dan Carpenter
  2024-03-06 15:43   ` Ayaan Mirza
  1 sibling, 1 reply; 4+ messages in thread
From: Dan Carpenter @ 2024-03-06 15:16 UTC (permalink / raw)
  To: Ayaan Mirza Baig; +Cc: kernel-janitors, ayaanmirza788, linux-kernel

Also the subject is wrong.  You left out the subsystem prefix.  It
should be:

Subject: [PATCH] Staging: rtl8712: Improve help text for rtl8712

regards,
dan carpenter


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Subject: Improved help text for rtl8712
  2024-03-06 15:16 ` Dan Carpenter
@ 2024-03-06 15:43   ` Ayaan Mirza
  0 siblings, 0 replies; 4+ messages in thread
From: Ayaan Mirza @ 2024-03-06 15:43 UTC (permalink / raw)
  To: Dan Carpenter; +Cc: kernel-janitors, linux-kernel

Thanks for the tip! Will keep in mind!

On Wed, Mar 6, 2024 at 8:46 PM Dan Carpenter <dan.carpenter@linaro.org> wrote:
>
> Also the subject is wrong.  You left out the subsystem prefix.  It
> should be:
>
> Subject: [PATCH] Staging: rtl8712: Improve help text for rtl8712
>
> regards,
> dan carpenter
>


-- 
Regards,
Ayaan Mirza Baig

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-06 15:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-06 14:45 [PATCH] Subject: Improved help text for rtl8712 Ayaan Mirza Baig
2024-03-06 15:15 ` Dan Carpenter
2024-03-06 15:16 ` Dan Carpenter
2024-03-06 15:43   ` Ayaan Mirza

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®