2023-10-01 12:26:10

by Pavan Bobba

[permalink] [raw]
Subject: [PATCH 0/3] Type encoding info dropped from arrary name "abyBBVGA" and variable names "byBBVGACurrent", "byBBVGANew"

This patchset series consist of fixes to issues found by checkpatch

Pavan Bobba (3):
staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
staging: vt6655: Type encoding info dropped from variable name
"byBBVGACurrent"
staging: vt6655: Type encoding info dropped from variable name
"byBBVGANew"

drivers/staging/vt6655/baseband.c | 40 ++++++++++++++--------------
drivers/staging/vt6655/channel.c | 6 ++---
drivers/staging/vt6655/device.h | 6 ++---
drivers/staging/vt6655/device_main.c | 24 ++++++++---------
4 files changed, 38 insertions(+), 38 deletions(-)

--
2.34.1


Attachments:
(No filename) (642.00 B)
0001-PATCH-1-3-staging-vt6655-Type-encoding-info-dropped-.patch (6.52 kB)
0002-PATCH-2-3-staging-vt6655-Type-encoding-info-dropped-.patch (4.17 kB)
0003-PATCH-3-3-staging-vt6655-Type-encoding-info-dropped-.patch (3.31 kB)
Download all attachments

2023-10-01 16:51:32

by Philipp Hortmann

[permalink] [raw]
Subject: Re: [PATCH 0/3] Type encoding info dropped from arrary name "abyBBVGA" and variable names "byBBVGACurrent", "byBBVGANew"

On 10/1/23 08:43, Pavan Bobba wrote:
> This patchset series consist of fixes to issues found by checkpatch
>
> Pavan Bobba (3):
> staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
> staging: vt6655: Type encoding info dropped from variable name
> "byBBVGACurrent"
> staging: vt6655: Type encoding info dropped from variable name
> "byBBVGANew"
>
> drivers/staging/vt6655/baseband.c | 40 ++++++++++++++--------------
> drivers/staging/vt6655/channel.c | 6 ++---
> drivers/staging/vt6655/device.h | 6 ++---
> drivers/staging/vt6655/device_main.c | 24 ++++++++---------
> 4 files changed, 38 insertions(+), 38 deletions(-)
>

Hi Pavan,

this is not correct. You need to send all patches as an own email.

It is also required that you include a version history in each patch.

Please have a look at the patches send in.
https://lore.kernel.org/linux-staging/

In the version history your next patch series is V3.
Please document in each patch what has changed.

A sample command I use for this is:
git format-patch -o ~/Documents/kernel/patches/ --subject-prefix="PATCH
v3" --cover-letter -n --thread=shallow --to="Greg Kroah-Hartman
<[email protected]>,[email protected],[email protected]"
f3c8deddac66d11c41ba720e4048aba37e41e885^..HEAD

Thanks for your support.

Bye Philipp

2023-10-03 14:22:33

by Philipp Hortmann

[permalink] [raw]
Subject: Re: [PATCH v3 0/3] Type encoding info dropped from arrary name "abyBBVGA" and variable names "byBBVGACurrent", "byBBVGANew"

On 10/3/23 16:15, Pavan Bobba wrote:
> This patchset series consist of fixes to issues found by checkpatch
>
> Pavan Bobba (3):
> staging: vt6655: Type encoding info dropped from array name "abyBBVGA"
> staging: vt6655: Type encoding info dropped from variable name
> "byBBVGACurrent"
> staging: vt6655: Type encoding info dropped from variable name
> "byBBVGANew"
>
> drivers/staging/vt6655/baseband.c | 40 ++++++++++++++--------------
> drivers/staging/vt6655/channel.c | 6 ++---
> drivers/staging/vt6655/device.h | 6 ++---
> drivers/staging/vt6655/device_main.c | 24 ++++++++---------
> 4 files changed, 38 insertions(+), 38 deletions(-)
>

Hi Pavan,

please do not send your patches in one email.

You need to send it in 4 separate emails.
Have a look at this example:
https://lore.kernel.org/linux-staging/
It was just send by Tree Davies.

Thanks for your support.

Bye Philipp