All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/4] staging: fbtft: code cleanup patchset - checkpatch
@ 2020-03-15 23:40 Deepak R Varma
  2020-03-15 23:41 ` [PATCH 1/4] staging: fbtft: Reformat line over 80 characters Deepak R Varma
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Deepak R Varma @ 2020-03-15 23:40 UTC (permalink / raw)
  To: outreachy-kernel; +Cc: gregkh, daniel.baluta, kieran.bingham

Implement code formatting corrections as flagged by checkpatch
script. Common issues around lines exceeding 80 column limit and similar
formatting issues for the fbtft driver files are considered in the scope
of this patchset.

Note that top two patches in the list below were sent to the mailing
list for review as individual patches earlier. As I found additional
similar issues in the same area, I am requesting to combine these
related patches in this patchset.


Changes since v2:
    - Implement Corrections suggested by Stefano for [patch 1/4, 2/4, 3/4]:
        1. Typos in patch description.
	2. Improve variable name as per coding style guidelines.
    - Advised following for Patch 4/4
	1. Reviewed-by: Stefano Brivio <sbrivio@redhat.com>

Changes since v1:
    - Corrections suggested by Julia for [patch 4 /4]:
        1. Update commit message - use word "potential" in place of "likely".
        2. Update log message - use word "parentheses" in place of "braces".
        3. Rephrase log message - make it concise and easy to understand.


Deepak R Varma (4):
  staging: fbtft: Reformat line over 80 characters
  staging: fbtft: Reformat long macro definitions
  staging: fbtft: simplify array index computation
  staging: fbtft: Avoid potential precedence issues

 drivers/staging/fbtft/fbtft-core.c  |  4 +++-
 drivers/staging/fbtft/fbtft-sysfs.c |  6 +++++-
 drivers/staging/fbtft/fbtft.h       | 18 +++++++++++++-----
 3 files changed, 21 insertions(+), 7 deletions(-)

-- 
2.17.1



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

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

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-03-15 23:40 [PATCH v3 0/4] staging: fbtft: code cleanup patchset - checkpatch Deepak R Varma
2020-03-15 23:41 ` [PATCH 1/4] staging: fbtft: Reformat line over 80 characters Deepak R Varma
2020-03-15 23:41 ` [PATCH 2/4] staging: fbtft: Reformat long macro definitions Deepak R Varma
2020-03-15 23:42 ` [PATCH 3/4] staging: fbtft: simplify array index computation Deepak R Varma
2020-03-15 23:42 ` [PATCH 4/4] staging: fbtft: Avoid potential precedence issues Deepak R Varma
2020-03-16 13:44   ` [Outreachy kernel] " Stefano Brivio
2020-03-16 14:55     ` Deepak Varma
2020-03-17 11:46   ` Greg KH
2020-03-17 18:19     ` DEEPAK VARMA
2020-03-21 11:26     ` DEEPAK VARMA

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.