All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/2] kpc2000_i2c cleanup
@ 2019-10-24 20:35 Jamal Shareef
  2019-10-24 20:35 ` [PATCH v2 1/2] staging: kpc2000: kpc_i2c: Fix lines over 80 chars Jamal Shareef
  2019-10-24 20:35 ` [PATCH v2 2/2] staging: kpc2000: kpc_i2c: Remove commented code Jamal Shareef
  0 siblings, 2 replies; 5+ messages in thread
From: Jamal Shareef @ 2019-10-24 20:35 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, Jamal Shareef

This patch addresses checkpatch cleanup and general cleanup per the TODO

Patch 1 fixes line over 80 character warnings found by checkpatch.

Patch 2 Removes some commented out code but currently a few commented
out code remains for reference.

Changes in v2:
 Patch 1:
 - Indent code with preceeding left parenthesis.
 - Remove extra parenthesis in while statement.
 - Place related code on the same line where possible.

Jamal Shareef (2):
  staging: kpc2000: kpc_i2c: Fix lines over 80 chars
  staging: kpc2000: kpc_i2c: Remove commented code

 drivers/staging/kpc2000/kpc2000_i2c.c | 206 +++++++++++++++++---------
 1 file changed, 139 insertions(+), 67 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2019-10-25  2:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-24 20:35 [PATCH v2 0/2] kpc2000_i2c cleanup Jamal Shareef
2019-10-24 20:35 ` [PATCH v2 1/2] staging: kpc2000: kpc_i2c: Fix lines over 80 chars Jamal Shareef
2019-10-25  1:26   ` Greg KH
2019-10-25  2:16     ` Jamal Shareef
2019-10-24 20:35 ` [PATCH v2 2/2] staging: kpc2000: kpc_i2c: Remove commented code Jamal Shareef

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.