All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/7] staging: netlogic: Fix several checkpatch issues
@ 2016-02-16 22:35 Laura Garcia Liebana
  2016-02-16 22:35 ` [PATCH v2 1/7] staging: netlogic: Fix several parentheses alignments Laura Garcia Liebana
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Laura Garcia Liebana @ 2016-02-16 22:35 UTC (permalink / raw)
  To: outreachy-kernel

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



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

end of thread, other threads:[~2016-02-17 11:30 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-16 22:35 [PATCH v2 0/7] staging: netlogic: Fix several checkpatch issues Laura Garcia Liebana
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

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.