Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1688562
| From | Shy More <smklearn@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/2] [media] staging/atomisp: fixed trivial coding style warning |
| Date | 2017-07-17 01:40 +0200 |
| Message-ID | <u41iO-5EP-17@gated-at.bofh.it> (permalink) |
| References | <u2O4i-7hE-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Below was the trivial wanrning flagged by checkpatch.pl WARNING: Block comments use * on subsequent lines Signed-off-by: Shy More <smklearn@gmail.com> --- .../css2400/runtime/isys/src/ibuf_ctrl_rmgr.c | 24 +++++++++++----------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/isys/src/ibuf_ctrl_rmgr.c b/drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/isys/src/ibuf_ctrl_rmgr.c index 76d9142..bb9f5cd 100644 --- a/drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/isys/src/ibuf_ctrl_rmgr.c +++ b/drivers/staging/media/atomisp/pci/atomisp2/css2400/runtime/isys/src/ibuf_ctrl_rmgr.c @@ -14,18 +14,18 @@ */ #else /** -Support for Intel Camera Imaging ISP subsystem. -Copyright (c) 2010 - 2015, Intel Corporation. - -This program is free software; you can redistribute it and/or modify it -under the terms and conditions of the GNU General Public License, -version 2, as published by the Free Software Foundation. - -This program is distributed in the hope it will be useful, but WITHOUT -ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or -FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for -more details. -*/ + * Support for Intel Camera Imaging ISP subsystem. + * Copyright (c) 2010 - 2015, Intel Corporation. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + */ #endif #include "system_global.h" -- 1.9.1
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH] [media] staging/atomisp: fix minor coding style warnings smklearn <smklearn@gmail.com> - 2017-07-13 17:10 +0200
Re: [PATCH] [media] staging/atomisp: fix minor coding style warnings Greg KH <gregkh@linuxfoundation.org> - 2017-07-13 17:20 +0200
[PATCH 1/2] [media] staging/atomisp: fixed trivial coding style warning Shy More <smklearn@gmail.com> - 2017-07-17 01:40 +0200
[PATCH 2/2] [media] staging/atomisp: fixed trivial coding style issue Shy More <smklearn@gmail.com> - 2017-07-17 01:40 +0200
Re: [PATCH 2/2] [media] staging/atomisp: fixed trivial coding style issue Joe Perches <joe@perches.com> - 2017-07-17 02:00 +0200
[PATCH v2] [media] staging/atomisp: fixed trivial coding style issue Shy More <smklearn@gmail.com> - 2017-07-17 06:20 +0200
csiph-web