Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1665696
| From | Joe Perches <joe@perches.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] checkpatch: HLIST_HEAD is also declaration |
| Date | 2017-06-14 12:50 +0200 |
| Message-ID | <tSe26-459-43@gated-at.bofh.it> (permalink) |
| References | <tSdz4-3TR-15@gated-at.bofh.it> <tSe26-459-21@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
(drat, accidentally hit ctrl-enter) On Wed, 2017-06-14 at 03:41 -0700, Joe Perches wrote: > On Wed, 2017-06-14 at 12:16 +0200, Steffen Maier wrote: > > Fixes the following false warning: > > > > WARNING: Missing a blank line after declarations > > #71: FILE: drivers/s390/scsi/zfcp_fsf.c:422: > > + struct hlist_node *tmp; > > + HLIST_HEAD(remove_queue); > > > > Signed-off-by: Steffen Maier <maier@linux.vnet.ibm.com> OK, thanks but what about the other defines of LLIST_HEAD, PLIST_HEAD, SLIST_HEAD ?
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] checkpatch: HLIST_HEAD is also declaration Steffen Maier <maier@linux.vnet.ibm.com> - 2017-06-14 12:20 +0200
Re: [PATCH] checkpatch: HLIST_HEAD is also declaration Joe Perches <joe@perches.com> - 2017-06-14 12:50 +0200
Re: [PATCH] checkpatch: HLIST_HEAD is also declaration Joe Perches <joe@perches.com> - 2017-06-14 12:50 +0200
[PATCH v2] checkpatch: [HLP]LIST_HEAD is also declaration Steffen Maier <maier@linux.vnet.ibm.com> - 2017-06-14 15:40 +0200
Re: [PATCH v2] checkpatch: [HLP]LIST_HEAD is also declaration Joe Perches <joe@perches.com> - 2017-06-14 15:40 +0200
Re: [PATCH v2] checkpatch: [HLP]LIST_HEAD is also declaration Steffen Maier <maier@linux.vnet.ibm.com> - 2017-06-14 15:50 +0200
Re: [PATCH v2] checkpatch: [HLP]LIST_HEAD is also declaration Joe Perches <joe@perches.com> - 2017-06-14 15:50 +0200
csiph-web