All of lore.kernel.org
 help / color / mirror / Atom feed
* [Outreachy] [PATCH 0/2] staging: rtl8188eu: Resolve various warnings reported by checkpatch.pl
@ 2020-03-30  8:20 Soumyajit Deb
  2020-03-30  8:20 ` [Outreachy] [PATCH 1/2] staging: rtl8188eu: Properly structure the multiline comment Soumyajit Deb
  2020-03-30  8:20 ` [Outreachy] [PATCH 2/2] staging: rtl8188eu: Line over 80 characters Soumyajit Deb
  0 siblings, 2 replies; 9+ messages in thread
From: Soumyajit Deb @ 2020-03-30  8:20 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, outreachy-kernel, Soumyajit Deb

This patchset resolves coding style and indentation issues reported by
checkpatch.pl
This patchset properly structures a multiline comment by adding "*" at
the start of every line of the comment and also breaks various lines
into multiple lines to respect the 80 character width limit, all for the
same file rtw_ap.c present under drivers/staging/rtl8188eu/core
directory.

Soumyajit Deb (2):
  staging: rtl8188eu: Properly structure the multiline comment
  staging: rtl8188eu: Line over 80 characters

 drivers/staging/rtl8188eu/core/rtw_ap.c | 84 ++++++++++++++++---------
 1 file changed, 53 insertions(+), 31 deletions(-)

-- 
2.17.1



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

end of thread, other threads:[~2020-03-31 15:06 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-30  8:20 [Outreachy] [PATCH 0/2] staging: rtl8188eu: Resolve various warnings reported by checkpatch.pl Soumyajit Deb
2020-03-30  8:20 ` [Outreachy] [PATCH 1/2] staging: rtl8188eu: Properly structure the multiline comment Soumyajit Deb
2020-03-30  8:20 ` [Outreachy] [PATCH 2/2] staging: rtl8188eu: Line over 80 characters Soumyajit Deb
2020-03-30 18:17   ` [Outreachy kernel] " Stefano Brivio
2020-03-31 14:34     ` Soumyajit Deb
2020-03-31 14:35       ` Julia Lawall
2020-03-31 14:49         ` Soumyajit Deb
2020-03-31 14:49       ` Stefano Brivio
2020-03-31 15:06         ` 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.