Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239089
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] staging: rdma: Fix braces around if/else |
| Date | 2015-10-04 12:20 +0200 |
| Message-ID | <qfOyB-5PS-5@gated-at.bofh.it> (permalink) |
| References | <qfCnL-5d4-3@gated-at.bofh.it> <qfLU6-20A-13@gated-at.bofh.it> <qfLU6-20A-11@gated-at.bofh.it> <qfNsR-4k3-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sun, Oct 04, 2015 at 11:05:50AM +0200, Martin Kletzander wrote: > On Sun, Oct 04, 2015 at 08:20:09AM +0100, Greg Kroah-Hartman wrote: > >On Sun, Oct 04, 2015 at 09:47:52AM +0300, Or Gerlitz wrote: > >>On 10/3/2015 11:55 PM, Martin Kletzander wrote: > >>>Get rid of all ELSE_AFTER_BRACE type errors reported by checkpatch.pl. > >> > >>Hi Greg, > >> > >>Is there a way to signal people/tools that a certain driver parks in staging > >>on their way **out** of the kernel > >>and not the other way around? I guess you (nor Doug) don't want to spend > >>time on fixing such drivers, right? > > > >I'm not spending the time :) > > > >But no, there isn't a way to really show that that I know of, and it's > >fine, we end up getting a number of "cleanup" patches for a kernel > >release or two before the drivers get deleted. It gets people involved > >in kernel development which is the key thing here, it's not like they > >are actually using these drivers... > > > >So it's fine, I take the patches, the people writing the patches are > >happy, and the code gets a bit nicer and feels better about itself > >before we kick it out the door. > > > > I didn't mean to waste anyone's time on this. I'm just trying to get > more familiar with the patch submission process into the kernel. And > I'm doing this in my free time despite the address used. I probably > should've noted that below to commit message. No need to say _why_ you are sending kernel patches, I don't care :) And this is a great way to get familiar with the process, it's why there are so many things in the drivers/staging/ tree to fix up. If we really wanted to get the code "correct", I would just take a few days and fix it all up myself, but that's not the goal here. Keep it up, you are doing just fine. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] staging: rdma: Fix braces around if/else Martin Kletzander <mkletzan@redhat.com> - 2015-10-03 23:20 +0200
Re: [PATCH] staging: rdma: Fix braces around if/else Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-04 09:30 +0200
Re: [PATCH] staging: rdma: Fix braces around if/else Martin Kletzander <mkletzan@redhat.com> - 2015-10-04 11:10 +0200
Re: [PATCH] staging: rdma: Fix braces around if/else Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-04 12:20 +0200
csiph-web