All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Resolve indentation and space warnings generated by checkpatch
@ 2020-03-23  5:48 Soumyajit Deb
  2020-03-23  5:48 ` [PATCH 1/3] staging: hp100: Add space around operator + Soumyajit Deb
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Soumyajit Deb @ 2020-03-23  5:48 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, perex, Soumyajit Deb

This patchset adds space around operators and remove space after * in
pointer declarations and lastly removes uneccesary blank lines for the
same from the file hp100.c present under drivers/staging/hp/ directory.

Soumyajit Deb (3):
  staging: hp100: Add space around operator +
  staging: hp100: Remove space after * in pointer declarations
  staging: hp100: Remove uneccessary blank lines and resolve indentation
    issues

 drivers/staging/hp/hp100.c | 61 ++++++++++++++++----------------------
 1 file changed, 26 insertions(+), 35 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-03-23 11:27 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-23  5:48 [PATCH 0/3] Resolve indentation and space warnings generated by checkpatch Soumyajit Deb
2020-03-23  5:48 ` [PATCH 1/3] staging: hp100: Add space around operator + Soumyajit Deb
2020-03-23  5:48 ` [PATCH 2/3] staging: hp100: Remove space after * in pointer declarations Soumyajit Deb
2020-03-23  5:48 ` [PATCH 3/3] staging: hp100: Remove uneccessary blank lines and resolve indentation issues Soumyajit Deb
2020-03-23 10:37   ` Greg KH
2020-03-23 10:36 ` [PATCH 0/3] Resolve indentation and space warnings generated by checkpatch Greg KH
2020-03-23 11:23   ` Greg KH
2020-03-23 11:27     ` Soumyajit Deb

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.