* [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues.
@ 2017-02-25 18:11 Varsha Rao
0 siblings, 0 replies; 4+ messages in thread
From: Varsha Rao @ 2017-02-25 18:11 UTC (permalink / raw)
To: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman; +Cc: outreachy-kernel
Fixes multiple checkpatch issues in sm750fb driver.
Varsha Rao (7):
staging: sm750fb: Add braces around if statement.
staging: sm750fb: Fix line over 80 characters
staging: sm750fb: Add identifier to function definition argument.
staging: sm750fb: Remove unnecessary blank lines.
staging: sm750fb: Added spaces around arithmetic operators.
staging: sm750fb: Replace NULL comparison.
staging: sm750fb: Remove blank lines after { and before } braces.
drivers/staging/sm750fb/ddk750_chip.c | 14 +++++++-------
drivers/staging/sm750fb/ddk750_chip.h | 2 +-
drivers/staging/sm750fb/ddk750_display.h | 5 -----
drivers/staging/sm750fb/ddk750_dvi.c | 6 +-----
drivers/staging/sm750fb/ddk750_mode.c | 5 -----
drivers/staging/sm750fb/ddk750_mode.h | 2 --
drivers/staging/sm750fb/ddk750_power.c | 5 -----
drivers/staging/sm750fb/ddk750_power.h | 1 -
drivers/staging/sm750fb/ddk750_reg.h | 4 ----
drivers/staging/sm750fb/sm750.c | 1 -
drivers/staging/sm750fb/sm750.h | 2 +-
drivers/staging/sm750fb/sm750_accel.c | 4 +---
drivers/staging/sm750fb/sm750_cursor.c | 4 ----
13 files changed, 11 insertions(+), 44 deletions(-)
--
2.9.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues.
@ 2017-02-26 12:45 Varsha Rao
2017-02-26 14:22 ` [Outreachy kernel] " Julia Lawall
0 siblings, 1 reply; 4+ messages in thread
From: Varsha Rao @ 2017-02-26 12:45 UTC (permalink / raw)
To: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman; +Cc: outreachy-kernel
Fixes multiple checkpatch issues in sm750fb driver.
Varsha Rao (7):
staging: sm750fb: Add braces around if statement.
staging: sm750fb: Fix line over 80 characters
staging: sm750fb: Add identifier to function definition argument.
staging: sm750fb: Remove unnecessary blank lines.
staging: sm750fb: Added spaces around arithmetic operators.
staging: sm750fb: Replace NULL comparison.
staging: sm750fb: Remove blank lines after { and before } braces.
drivers/staging/sm750fb/ddk750_chip.c | 14 +++++++-------
drivers/staging/sm750fb/ddk750_chip.h | 2 +-
drivers/staging/sm750fb/ddk750_display.h | 5 -----
drivers/staging/sm750fb/ddk750_dvi.c | 6 +-----
drivers/staging/sm750fb/ddk750_mode.c | 5 -----
drivers/staging/sm750fb/ddk750_mode.h | 2 --
drivers/staging/sm750fb/ddk750_power.c | 5 -----
drivers/staging/sm750fb/ddk750_power.h | 1 -
drivers/staging/sm750fb/ddk750_reg.h | 4 ----
drivers/staging/sm750fb/sm750.c | 1 -
drivers/staging/sm750fb/sm750.h | 2 +-
drivers/staging/sm750fb/sm750_accel.c | 6 +-----
drivers/staging/sm750fb/sm750_cursor.c | 4 ----
13 files changed, 11 insertions(+), 46 deletions(-)
--
2.9.3
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Outreachy kernel] [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues.
2017-02-26 12:45 [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues Varsha Rao
@ 2017-02-26 14:22 ` Julia Lawall
2017-02-26 15:23 ` Varsha Rao
0 siblings, 1 reply; 4+ messages in thread
From: Julia Lawall @ 2017-02-26 14:22 UTC (permalink / raw)
To: Varsha Rao
Cc: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman, outreachy-kernel
All of the patches in the series should have the same version number, even
if some of them have no changes.
julia
On Sun, 26 Feb 2017, Varsha Rao wrote:
> Fixes multiple checkpatch issues in sm750fb driver.
>
> Varsha Rao (7):
> staging: sm750fb: Add braces around if statement.
> staging: sm750fb: Fix line over 80 characters
> staging: sm750fb: Add identifier to function definition argument.
> staging: sm750fb: Remove unnecessary blank lines.
> staging: sm750fb: Added spaces around arithmetic operators.
> staging: sm750fb: Replace NULL comparison.
> staging: sm750fb: Remove blank lines after { and before } braces.
>
> drivers/staging/sm750fb/ddk750_chip.c | 14 +++++++-------
> drivers/staging/sm750fb/ddk750_chip.h | 2 +-
> drivers/staging/sm750fb/ddk750_display.h | 5 -----
> drivers/staging/sm750fb/ddk750_dvi.c | 6 +-----
> drivers/staging/sm750fb/ddk750_mode.c | 5 -----
> drivers/staging/sm750fb/ddk750_mode.h | 2 --
> drivers/staging/sm750fb/ddk750_power.c | 5 -----
> drivers/staging/sm750fb/ddk750_power.h | 1 -
> drivers/staging/sm750fb/ddk750_reg.h | 4 ----
> drivers/staging/sm750fb/sm750.c | 1 -
> drivers/staging/sm750fb/sm750.h | 2 +-
> drivers/staging/sm750fb/sm750_accel.c | 6 +-----
> drivers/staging/sm750fb/sm750_cursor.c | 4 ----
> 13 files changed, 11 insertions(+), 46 deletions(-)
>
> --
> 2.9.3
>
> --
> You received this message because you are subscribed to the Google Groups "outreachy-kernel" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to outreachy-kernel+unsubscribe@googlegroups.com.
> To post to this group, send email to outreachy-kernel@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/outreachy-kernel/58b2cde2.0edf620a.b79de.50fc%40mx.google.com.
> For more options, visit https://groups.google.com/d/optout.
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [Outreachy kernel] [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues.
2017-02-26 14:22 ` [Outreachy kernel] " Julia Lawall
@ 2017-02-26 15:23 ` Varsha Rao
0 siblings, 0 replies; 4+ messages in thread
From: Varsha Rao @ 2017-02-26 15:23 UTC (permalink / raw)
To: outreachy-kernel; +Cc: rvarsha016, sudipm.mukherjee, teddy.wang, gregkh
[-- Attachment #1.1: Type: text/plain, Size: 180 bytes --]
> All of the patches in the series should have the same version number, even
> if some of them have no changes.
>
> I'll send them again.
varsha
> julia
>
[-- Attachment #1.2: Type: text/html, Size: 504 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-02-26 15:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-26 12:45 [PATCH 0/7] staging: sm750fb: Fix multiple checkpatch issues Varsha Rao
2017-02-26 14:22 ` [Outreachy kernel] " Julia Lawall
2017-02-26 15:23 ` Varsha Rao
-- strict thread matches above, loose matches on Subject: below --
2017-02-25 18:11 Varsha Rao
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.