public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* V2 Coding style changes. Plus one change to use memset()
@ 2018-06-24  9:57 John Whitmore
  2018-06-24  9:57 ` [PATCH v2 1/8] staging: rtl8192u: change block comments to prefered style - Coding Style John Whitmore
                   ` (8 more replies)
  0 siblings, 9 replies; 14+ messages in thread
From: John Whitmore @ 2018-06-24  9:57 UTC (permalink / raw)
  To: linux-kernel; +Cc: devel, gregkh

Simple coding style changes to single file
drivers/staging/rtl8192u/ieee80211/rtl819x_HTProc.c

Given feedback on some of the comments, I truncated to the 80 character limit,
in code, (as opposed to function block comments). I have left a number of the
contentious comments as they are.

Another piece of feedback suggested using memset() instead of a loop to
initialise memory so I've added that change to the set.

I tried to respond to issues raised on the mailing list in the gmail web gui,
rather then in mutt. That was not a good idea and I don't think my comms got
through to the list. I know for future no web gmail.



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

end of thread, other threads:[~2018-06-24 14:40 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-24  9:57 V2 Coding style changes. Plus one change to use memset() John Whitmore
2018-06-24  9:57 ` [PATCH v2 1/8] staging: rtl8192u: change block comments to prefered style - Coding Style John Whitmore
2018-06-24  9:57 ` [PATCH v2 2/8] staging: rtl8192u: Correct indentation of switch statement " John Whitmore
2018-06-24  9:57 ` [PATCH v2 3/8] staging: rtl8192u: User memset to initialize memory, instead of loop John Whitmore
2018-06-24 14:26   ` Joe Perches
2018-06-24 14:32     ` John Whitmore
2018-06-24 14:39     ` John Whitmore
2018-06-24  9:57 ` [PATCH v2 4/8] staging: rtl8192u: Truncate block comments to 80 character length - Style John Whitmore
2018-06-24  9:57 ` [PATCH v2 5/8] staging: rtl8192u: Use %s and __func__ instead of hardcoded string " John Whitmore
2018-06-24  9:57 ` [PATCH v2 6/8] staging: rtl8192u: Remove braces from single statement blocks " John Whitmore
2018-06-24  9:57 ` [PATCH v2 7/8] staging: rtl8192u: Correct if statement - Coding Style John Whitmore
2018-06-24  9:57 ` [PATCH v2 8/8] staging: rtl8192u: Correction of spelling mistake in comment John Whitmore
2018-06-24 10:53 ` V2 Coding style changes. Plus one change to use memset() Greg KH
2018-06-24 11:09   ` John Whitmore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox