All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/7] staging: netlogic: Fix several checkpatch issues
@ 2016-02-15 22:36 Laura Garcia Liebana
  2016-02-15 22:36 ` [PATCH 1/7] staging: netlogic: Fix several parenthesis alignments Laura Garcia Liebana
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Laura Garcia Liebana @ 2016-02-15 22:36 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 parenthesis 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

 drivers/staging/netlogic/platform_net.c |   6 +-
 drivers/staging/netlogic/xlr_net.c      | 176 +++---
 drivers/staging/netlogic/xlr_net.h      | 978 ++++++++++++++++----------------
 3 files changed, 582 insertions(+), 578 deletions(-)

-- 
2.7.0



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

end of thread, other threads:[~2016-02-16 14:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-15 22:36 [PATCH 0/7] staging: netlogic: Fix several checkpatch issues Laura Garcia Liebana
2016-02-15 22:36 ` [PATCH 1/7] staging: netlogic: Fix several parenthesis alignments Laura Garcia Liebana
2016-02-15 22:37 ` [PATCH 2/7] staging: netlogic: Remove blank spaces after a cast Laura Garcia Liebana
2016-02-16 14:20   ` [Outreachy kernel] " Julia Lawall
2016-02-15 22:38 ` [PATCH 3/7] staging: netlogic: Fix multiple assignments Laura Garcia Liebana
2016-02-15 22:38 ` [PATCH 4/7] staging: netlogic: Fix CamelCase for constants Laura Garcia Liebana
2016-02-15 22:39 ` [PATCH 5/7] staging: netlogic: Fix comparison to NULL Laura Garcia Liebana
2016-02-16 14:18   ` [Outreachy kernel] " Julia Lawall
2016-02-15 22:39 ` [PATCH 6/7] staging: netlogic: Insert spaces around operator Laura Garcia Liebana
2016-02-15 22:40 ` [PATCH 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.