linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: [PATCH v2 0/5] Fix some checkpatch issues
@ 2023-06-25 13:33 Franziska Näpelt
  2023-06-25 13:53 ` Philipp Hortmann
  2023-06-25 13:55 ` <gregkh@linuxfoundation.org>
  0 siblings, 2 replies; 8+ messages in thread
From: Franziska Näpelt @ 2023-06-25 13:33 UTC (permalink / raw)
  To: <gregkh@linuxfoundation.org>
  Cc: eperi1024, Franziska Näpelt, Franziska Naepelt, hdegoede,
	johannes.berg, linux-kernel, linux-staging, philipp.g.hortmann,
	quic_vjakkam, tegongkang

Thanks for your feedback :)
Since not all the patches of my first patch series have been applied, I thought I have to submit the whole series again. Submitting a series of 5 patches, where 3 have been already applied of course fails.
So does it mean, if 3 of 5 patches of a series have been applied and I want to submit a new version, I only submit patches for the remaining work and not all of them again?

Thanks, Franziska

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-25 13:33 [PATCH v2 0/5] Fix some checkpatch issues Franziska Näpelt
@ 2023-06-25 13:53 ` Philipp Hortmann
  2023-06-25 13:55 ` <gregkh@linuxfoundation.org>
  1 sibling, 0 replies; 8+ messages in thread
From: Philipp Hortmann @ 2023-06-25 13:53 UTC (permalink / raw)
  To: Franziska Näpelt
  Cc: eperi1024, Franziska Näpelt, hdegoede, johannes.berg,
	linux-kernel, linux-staging, quic_vjakkam, tegongkang, gregkh

On 6/25/23 15:33, Franziska Näpelt wrote:
> Thanks for your feedback :)
> Since not all the patches of my first patch series have been applied, I thought I have to submit the whole series again. Submitting a series of 5 patches, where 3 have been already applied of course fails.
> So does it mean, if 3 of 5 patches of a series have been applied and I want to submit a new version, I only submit patches for the remaining work and not all of them again?
yes
> 
> Thanks, Franziska

Hi Franziska,

please only submit the not applied patches because the others cannot be 
applied anymore.

Thanks

Bye Philipp

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-25 13:33 [PATCH v2 0/5] Fix some checkpatch issues Franziska Näpelt
  2023-06-25 13:53 ` Philipp Hortmann
@ 2023-06-25 13:55 ` <gregkh@linuxfoundation.org>
  2023-06-25 16:31   ` Franziska Näpelt
  1 sibling, 1 reply; 8+ messages in thread
From: <gregkh@linuxfoundation.org> @ 2023-06-25 13:55 UTC (permalink / raw)
  To: Franziska Näpelt
  Cc: eperi1024, Franziska Näpelt, hdegoede, johannes.berg,
	linux-kernel, linux-staging, philipp.g.hortmann, quic_vjakkam,
	tegongkang

On Sun, Jun 25, 2023 at 03:33:59PM +0200, Franziska Näpelt wrote:
> Thanks for your feedback :)
> Since not all the patches of my first patch series have been applied, I thought I have to submit the whole series again. Submitting a series of 5 patches, where 3 have been already applied of course fails.
> So does it mean, if 3 of 5 patches of a series have been applied and I want to submit a new version, I only submit patches for the remaining work and not all of them again?

Yes, just submit the remaining ones.

thanks,

greg k-h

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-25 13:55 ` <gregkh@linuxfoundation.org>
@ 2023-06-25 16:31   ` Franziska Näpelt
  0 siblings, 0 replies; 8+ messages in thread
From: Franziska Näpelt @ 2023-06-25 16:31 UTC (permalink / raw)
  To: <gregkh@linuxfoundation.org>
  Cc: eperi1024, hdegoede, johannes.berg, linux-kernel, linux-staging,
	philipp.g.hortmann, quic_vjakkam, tegongkang

Am So., 25. Juni 2023 um 15:55 Uhr schrieb
<gregkh@linuxfoundation.org> <gregkh@linuxfoundation.org>:
>
> On Sun, Jun 25, 2023 at 03:33:59PM +0200, Franziska Näpelt wrote:
> > Thanks for your feedback :)
> > Since not all the patches of my first patch series have been applied, I thought I have to submit the whole series again. Submitting a series of 5 patches, where 3 have been already applied of course fails.
> > So does it mean, if 3 of 5 patches of a series have been applied and I want to submit a new version, I only submit patches for the remaining work and not all of them again?
>
> Yes, just submit the remaining ones.
>
> thanks,
>
> greg k-h

Done in v3. Thanks :)
https://lore.kernel.org/linux-staging/CAAUT3iM3k3iVx7UOQ-s9OJ=aVWarAp3rEDNTzSfY-m3yJpGe4Q@mail.gmail.com/T/#t

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-23 17:20   ` Philipp Hortmann
@ 2023-06-24  6:50     ` Greg KH
  0 siblings, 0 replies; 8+ messages in thread
From: Greg KH @ 2023-06-24  6:50 UTC (permalink / raw)
  To: Philipp Hortmann
  Cc: Franziska Naepelt, linux-staging, linux-kernel, eperi1024,
	hdegoede, quic_vjakkam, johannes.berg, tegongkang,
	Franziska Naepelt

On Fri, Jun 23, 2023 at 07:20:42PM +0200, Philipp Hortmann wrote:
> On 6/23/23 10:18, Greg KH wrote:
> > On Wed, Jun 21, 2023 at 08:46:35PM +0200, Franziska Naepelt wrote:
> > > This is a series of patches to fix some trivial checkpatch issues. Not all
> > > issues have been fixed. I intend to submit another series to fix more stuff.
> > 
> > None of these apply to my staging-next branch :(
> > 
> 
> Hi,
> 
> this is the repo and branch I use:
> 
> git remote show origin
> * remote origin
>   Fetch URL:
> git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
> ...
> git branch -a
> my branch: staging-testing

Please note that this branch will get rebased at times, so be aware of
that and know how to handle it properly.

thanks,

greg k-h

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-23  8:18 ` Greg KH
@ 2023-06-23 17:20   ` Philipp Hortmann
  2023-06-24  6:50     ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Philipp Hortmann @ 2023-06-23 17:20 UTC (permalink / raw)
  To: Franziska Naepelt
  Cc: linux-staging, linux-kernel, eperi1024, hdegoede, quic_vjakkam,
	johannes.berg, tegongkang, Franziska Naepelt, Greg KH

On 6/23/23 10:18, Greg KH wrote:
> On Wed, Jun 21, 2023 at 08:46:35PM +0200, Franziska Naepelt wrote:
>> This is a series of patches to fix some trivial checkpatch issues. Not all
>> issues have been fixed. I intend to submit another series to fix more stuff.
> 
> None of these apply to my staging-next branch :(
>

Hi,

this is the repo and branch I use:

git remote show origin
* remote origin
   Fetch URL: 
git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
...
git branch -a
my branch: staging-testing

Bye Philipp

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

* Re: [PATCH v2 0/5] Fix some checkpatch issues
  2023-06-21 18:46 Franziska Naepelt
@ 2023-06-23  8:18 ` Greg KH
  2023-06-23 17:20   ` Philipp Hortmann
  0 siblings, 1 reply; 8+ messages in thread
From: Greg KH @ 2023-06-23  8:18 UTC (permalink / raw)
  To: Franziska Naepelt
  Cc: linux-staging, linux-kernel, eperi1024, hdegoede, quic_vjakkam,
	johannes.berg, tegongkang, Franziska Naepelt

On Wed, Jun 21, 2023 at 08:46:35PM +0200, Franziska Naepelt wrote:
> This is a series of patches to fix some trivial checkpatch issues. Not all
> issues have been fixed. I intend to submit another series to fix more stuff.

None of these apply to my staging-next branch :(

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

* [PATCH v2 0/5] Fix some checkpatch issues
@ 2023-06-21 18:46 Franziska Naepelt
  2023-06-23  8:18 ` Greg KH
  0 siblings, 1 reply; 8+ messages in thread
From: Franziska Naepelt @ 2023-06-21 18:46 UTC (permalink / raw)
  To: linux-staging
  Cc: linux-kernel, eperi1024, hdegoede, quic_vjakkam, johannes.berg,
	tegongkang, gregkh, Franziska Naepelt

This is a series of patches to fix some trivial checkpatch issues. Not all
issues have been fixed. I intend to submit another series to fix more stuff.

Testing:
* Build the kernel with `CONFIG_RTL8723BS=m`
* Boot the kernel with busybox in initramfs
* Load the module
-> No errors or warnings

---
v2: Move blank line change from commit 2 to commit 4

Franziska Naepelt (5):
  staging: rtl8723bs: Fix indentation issues
  staging: rtl8723bs: Fix space issues
  staging: rtl8723bs: Fix block comment issue
  staging: rtl8723bs: Fix blank line issues
  staging: rtl8723bs: Fix alignment open parenthesis

 .../staging/rtl8723bs/os_dep/ioctl_cfg80211.c | 224 +++++++-----------
 1 file changed, 92 insertions(+), 132 deletions(-)


base-commit: 45a3e24f65e90a047bef86f927ebdc4c710edaa1
--
2.39.2 (Apple Git-143)


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

end of thread, other threads:[~2023-06-25 16:33 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-25 13:33 [PATCH v2 0/5] Fix some checkpatch issues Franziska Näpelt
2023-06-25 13:53 ` Philipp Hortmann
2023-06-25 13:55 ` <gregkh@linuxfoundation.org>
2023-06-25 16:31   ` Franziska Näpelt
  -- strict thread matches above, loose matches on Subject: below --
2023-06-21 18:46 Franziska Naepelt
2023-06-23  8:18 ` Greg KH
2023-06-23 17:20   ` Philipp Hortmann
2023-06-24  6:50     ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).