Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1239061
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 02/11] staging: dgnc: remove multiple blank lines |
| Date | 2015-10-04 10:40 +0200 |
| Message-ID | <qfMZP-3ws-11@gated-at.bofh.it> (permalink) |
| References | <qfwV4-5K3-5@gated-at.bofh.it> <qfwV6-5K3-75@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Sat, Oct 03, 2015 at 08:52:40PM +0530, Sudip Mukherjee wrote: > checkpatch warns us about multiple blank lines which are not needed. > Remove them. > > Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> > --- > drivers/staging/dgnc/dgnc_driver.c | 10 -------- > drivers/staging/dgnc/dgnc_mgmt.c | 5 ---- > drivers/staging/dgnc/dgnc_neo.c | 37 --------------------------- > drivers/staging/dgnc/dgnc_sysfs.c | 37 --------------------------- > drivers/staging/dgnc/dgnc_tty.c | 51 -------------------------------------- > 5 files changed, 140 deletions(-) Due to other patches sent before your series, this, and some of the other patches in this series does not apply. Please rebase and resend the remaining patches. 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 | Next in thread | Find similar | Unroll thread
[PATCH 01/11] staging: dgnc: remove unused variables Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:30 +0200
[PATCH 10/11] staging: dgnc: remove initialization of global Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:30 +0200
[PATCH 06/11] staging: dgnc: change style of NULL comparison Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:30 +0200
[PATCH 11/11] staging: dgnc: remove dgnc_init_globals function Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:30 +0200
[PATCH 02/11] staging: dgnc: remove multiple blank lines Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:30 +0200
Re: [PATCH 02/11] staging: dgnc: remove multiple blank lines Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2015-10-04 10:40 +0200
[PATCH 03/11] staging: dgnc: remove blankline before brace Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:40 +0200
[PATCH 04/11] staging: dgnc: remove blankline after brace Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:40 +0200
[PATCH 09/11] staging: dgnc: remove parenthesis Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:40 +0200
[PATCH 05/11] staging: dgnc: remove space after cast Sudip Mukherjee <sudipm.mukherjee@gmail.com> - 2015-10-03 17:40 +0200
csiph-web