All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4 v3] Staging: rtl8192e: fix coding style issues
@ 2022-10-14  8:18 Anjandev Momi
  2022-10-14  8:18 ` [PATCH 1/4] Staging: rtl8192e: remove unnecessary parentheses Anjandev Momi
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Anjandev Momi @ 2022-10-14  8:18 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel; +Cc: Anjandev Momi

This patch series fixes various checkpatch.pl issues: removes unnecessary
parentheses, removes multiple blank lines, aligns multiple line
function calls
to open paranthesis, and adds a blank line after function declaration.

Anjandev Momi (4):
  Staging: rtl8192e: remove unnecessary parentheses
  Staging: rtl8192e: remove multiple blank lines
  Staging: rtl8192e: make alignment match open parenthesis
  Staging: rtl8192e: add blank line after function declaration

---

v2: add one patch for each style fix
v3: list below the --- line any changes from the previous version

 drivers/staging/rtl8192e/rtl819x_BAProc.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.36.2


^ permalink raw reply	[flat|nested] 7+ messages in thread
* [PATCH 0/4 v2] Staging: rtl8192e: fix coding style issues
@ 2022-09-22  7:59 Anjandev Momi
  2022-09-22  7:59 ` [PATCH 2/4] Staging: rtl8192e: remove multiple blank lines Anjandev Momi
  0 siblings, 1 reply; 7+ messages in thread
From: Anjandev Momi @ 2022-09-22  7:59 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel; +Cc: Anjandev Momi

This patch series fixes various checkpatch.pl issues: removes unnecessary
parentheses, removes multiple blank lines, aligns multiple line function calls
to open paranthesis, and adds a blank line after function declaration.

Anjandev Momi (4):
  Staging: rtl8192e: remove unnecessary parentheses
  Staging: rtl8192e: remove multiple blank lines
  Staging: rtl8192e: make alignment match open parenthesis
  Staging: rtl8192e: add blank line after function declaration

 drivers/staging/rtl8192e/rtl819x_BAProc.c | 17 ++++++++---------
 1 file changed, 8 insertions(+), 9 deletions(-)

-- 
2.36.2


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

end of thread, other threads:[~2022-10-14 19:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14  8:18 [PATCH 0/4 v3] Staging: rtl8192e: fix coding style issues Anjandev Momi
2022-10-14  8:18 ` [PATCH 1/4] Staging: rtl8192e: remove unnecessary parentheses Anjandev Momi
2022-10-14  8:18 ` [PATCH 2/4] Staging: rtl8192e: remove multiple blank lines Anjandev Momi
2022-10-14  8:18 ` [PATCH 3/4] Staging: rtl8192e: make alignment match open parenthesis Anjandev Momi
2022-10-14 19:00   ` Philipp Hortmann
2022-10-14  8:18 ` [PATCH 4/4] Staging: rtl8192e: add blank line after function declaration Anjandev Momi
  -- strict thread matches above, loose matches on Subject: below --
2022-09-22  7:59 [PATCH 0/4 v2] Staging: rtl8192e: fix coding style issues Anjandev Momi
2022-09-22  7:59 ` [PATCH 2/4] Staging: rtl8192e: remove multiple blank lines Anjandev Momi

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.