All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] staging: r8723au: clean up in file rtw_ap.c
@ 2015-10-24  4:25 Alison Schofield
  2015-10-24  4:28 ` [PATCH 1/4] staging: r8723au: use kernel preferred style for commenting Alison Schofield
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Alison Schofield @ 2015-10-24  4:25 UTC (permalink / raw)
  To: outreachy-kernel

This patchset reduces the checkpatch warnings by 43 in rtw_ap.c

Patch 1: It begins with a clean sweep of the comments to improve 
	 readability & reduce CP errs. (apologies in advance for
	 any patch review fatigue this induces ;)

Patch 2: Addresses the simple line over 80 cases where params
	 could be moved to the next line.

Patch 3: Simplifies one NULL comparison

Patch 4: Removes extern declarations & adds a header file include.

This file still contains 30 checkpatch errs (mostly lines > 80) 
and some extra long functions.


Alison Schofield (4):
  staging: r8723au: use kernel preferred style for commenting
  staging: r8723au: move params to new line to improve readability
  staging: r8723au: replace explicit NULL comparisons with !
  staging: r8723au: remove externs and include needed header file

 drivers/staging/rtl8723au/core/rtw_ap.c | 243 +++++++++++++++++++-------------
 1 file changed, 146 insertions(+), 97 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-10-24  4:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-24  4:25 [PATCH 0/4] staging: r8723au: clean up in file rtw_ap.c Alison Schofield
2015-10-24  4:28 ` [PATCH 1/4] staging: r8723au: use kernel preferred style for commenting Alison Schofield
2015-10-24  4:30 ` [PATCH 2/4] staging: r8723au: move params to new line to improve readability Alison Schofield
2015-10-24  4:32 ` [PATCH 3/4] staging: r8723au: replace explicit NULL comparisons with ! Alison Schofield
2015-10-24  4:33 ` [PATCH 4/4] staging: r8723au: remove externs and include needed header file Alison Schofield

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.