All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alison Schofield <amsfield22@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH 0/4] staging: r8723au: clean up in file rtw_ap.c
Date: Fri, 23 Oct 2015 21:25:59 -0700	[thread overview]
Message-ID: <cover.1445653471.git.amsfield22@gmail.com> (raw)

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



             reply	other threads:[~2015-10-24  4:26 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-24  4:25 Alison Schofield [this message]
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

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=cover.1445653471.git.amsfield22@gmail.com \
    --to=amsfield22@gmail.com \
    --cc=outreachy-kernel@googlegroups.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.