All of lore.kernel.org
 help / color / mirror / Atom feed
From: Laura Garcia Liebana <nevola@gmail.com>
To: outreachy-kernel@googlegroups.com
Subject: [PATCH v2 0/7] staging: netlogic: Fix several checkpatch issues
Date: Tue, 16 Feb 2016 23:35:11 +0100	[thread overview]
Message-ID: <cover.1455661648.git.nevola@gmail.com> (raw)

This patchset updates the netlogic driver in order to clean up completely the driver source code.

Laura Garcia Liebana (7):
  staging: netlogic: Fix several parentheses alignments
  staging: netlogic: Remove blank spaces after a cast
  staging: netlogic: Fix multiple assignments
  staging: netlogic: Fix CamelCase for constants
  staging: netlogic: Fix comparison to NULL
  staging: netlogic: Insert spaces around operator
  staging: netlogic: Fix indent for conditional statement

Changes in v2:
	- Patch 2/7 Include parentheses for pointers
	- Patch 5/7 Avoid to change comparison for devm_ioremap_resource value

 drivers/staging/netlogic/platform_net.c |   6 +-
 drivers/staging/netlogic/xlr_net.c      | 174 +++---
 drivers/staging/netlogic/xlr_net.h      | 978 ++++++++++++++++----------------
 3 files changed, 581 insertions(+), 577 deletions(-)

-- 
2.7.0



             reply	other threads:[~2016-02-16 22:35 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-16 22:35 Laura Garcia Liebana [this message]
2016-02-16 22:35 ` [PATCH v2 1/7] staging: netlogic: Fix several parentheses alignments Laura Garcia Liebana
2016-02-16 22:36 ` [PATCH v2 2/7] staging: netlogic: Remove blank spaces after a cast Laura Garcia Liebana
2016-02-17  5:32   ` [Outreachy kernel] " Sudip Mukherjee
2016-02-17 11:30     ` Julia Lawall
2016-02-16 22:37 ` [PATCH v2 3/7] staging: netlogic: Fix multiple assignments Laura Garcia Liebana
2016-02-16 22:37 ` [PATCH v2 4/7] staging: netlogic: Fix CamelCase for constants Laura Garcia Liebana
2016-02-16 22:38 ` [PATCH v2 5/7] staging: netlogic: Fix comparison to NULL Laura Garcia Liebana
2016-02-16 22:38 ` [PATCH v2 6/7] staging: netlogic: Insert spaces around operator Laura Garcia Liebana
2016-02-16 22:39 ` [PATCH v2 7/7] staging: netlogic: Fix indent for conditional statement Laura Garcia Liebana

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.1455661648.git.nevola@gmail.com \
    --to=nevola@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.