Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1673829
| From | Greg Kroah-Hartman <gregkh@linuxfoundation.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH 6/6] staging: lustre: lustre: fix all braces issues reported by checkpatch |
| Date | 2017-06-23 22:30 +0200 |
| Message-ID | <tVDnk-6P1-21@gated-at.bofh.it> (permalink) |
| References | <tSi5I-6MW-17@gated-at.bofh.it> <tSi5K-6MW-91@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Wed, Jun 14, 2017 at 11:01:21AM -0400, James Simmons wrote: > Cleanup all braces that was reported by checkpatch. The only > issue not fixed up is in mdc_lock.c. Removing the braces in > the case of mdc_lock.c will break the build. > > Signed-off-by: James Simmons <jsimmons@infradead.org> > --- > drivers/staging/lustre/lustre/fld/fld_cache.c | 3 ++- > drivers/staging/lustre/lustre/ldlm/ldlm_lock.c | 9 +++++---- > drivers/staging/lustre/lustre/llite/vvp_dev.c | 5 +++-- > 3 files changed, 10 insertions(+), 7 deletions(-) As I skipped patch 5/6, this doesn't apply :(
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH 6/6] staging: lustre: lustre: fix all braces issues reported by checkpatch Greg Kroah-Hartman <gregkh@linuxfoundation.org> - 2017-06-23 22:30 +0200
csiph-web