All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] staging: octeon: Fix several checkpatch issues
@ 2016-02-27 23:41 Laura Garcia Liebana
  2016-02-27 23:41 ` [PATCH 01/10] staging: octeon: Move logical operators on the correct line Laura Garcia Liebana
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Laura Garcia Liebana @ 2016-02-27 23:41 UTC (permalink / raw)
  To: outreachy-kernel

This patchset updates the octeon driver in order to fix several checkpatch issues detected in the source code.

Laura Garcia Liebana (10):
  staging: octeon: Move logical operators on the correct line
  staging: octeon: Fix alignment with open parenthesis
  staging: octeon: Insert blank line after struct declaration
  staging: octeon: Remove comparison to NULL
  staging: octeon: Fix block comments
  staging: octeon: Remove blank lines after open brace
  staging: octeon: Fix lines over 80 characters
  staging: octeon: Use type s32 instead of int32_t
  staging: octeon: Remove multiple blank lines
  staging: octeon: Fix braces in condition statement

 drivers/staging/octeon/ethernet-mdio.c |  2 +-
 drivers/staging/octeon/ethernet-mem.c  |  4 +--
 drivers/staging/octeon/ethernet-rx.c   | 44 ++++++++++-------------
 drivers/staging/octeon/ethernet-rx.h   |  2 +-
 drivers/staging/octeon/ethernet-spi.c  |  2 --
 drivers/staging/octeon/ethernet-tx.c   | 64 ++++++++++++----------------------
 drivers/staging/octeon/ethernet.c      | 38 +++++++++++---------
 7 files changed, 68 insertions(+), 88 deletions(-)

-- 
2.7.0



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

end of thread, other threads:[~2016-03-11 18:13 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 23:41 [PATCH 00/10] staging: octeon: Fix several checkpatch issues Laura Garcia Liebana
2016-02-27 23:41 ` [PATCH 01/10] staging: octeon: Move logical operators on the correct line Laura Garcia Liebana
2016-02-27 23:42 ` [PATCH 02/10] staging: octeon: Fix alignment with open parenthesis Laura Garcia Liebana
2016-03-11 18:13   ` [Outreachy kernel] " Greg KH
2016-02-27 23:42 ` [PATCH 03/10] staging: octeon: Insert blank line after struct declaration Laura Garcia Liebana
2016-02-27 23:43 ` [PATCH 04/10] staging: octeon: Remove comparison to NULL Laura Garcia Liebana
2016-02-27 23:43 ` [PATCH 05/10] staging: octeon: Fix block comments Laura Garcia Liebana
2016-02-27 23:44 ` [PATCH 06/10] staging: octeon: Remove blank lines after open brace Laura Garcia Liebana
2016-02-27 23:45 ` [PATCH 07/10] staging: octeon: Fix lines over 80 characters Laura Garcia Liebana
2016-02-27 23:45 ` [PATCH 08/10] staging: octeon: Use type s32 instead of int32_t Laura Garcia Liebana
2016-03-11 18:12   ` [Outreachy kernel] " Greg KH
2016-02-27 23:46 ` [PATCH 09/10] staging: octeon: Remove multiple blank lines Laura Garcia Liebana
2016-02-27 23:47 ` [PATCH 10/10] staging: octeon: Fix braces in condition 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.