Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1656788 > unrolled thread
| Started by | srishti sharma <srishtishar@gmail.com> |
|---|---|
| First post | 2017-06-03 14:40 +0200 |
| Last post | 2017-06-04 10:20 +0200 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue. srishti sharma <srishtishar@gmail.com> - 2017-06-03 14:40 +0200
Re: [PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue. Greg KH <gregkh@linuxfoundation.org> - 2017-06-04 10:20 +0200
| From | srishti sharma <srishtishar@gmail.com> |
|---|---|
| Date | 2017-06-03 14:40 +0200 |
| Subject | [PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue. |
| Message-ID | <tOgvv-723-9@gated-at.bofh.it> |
Fixed a comment coding style issue , block comments use * on subsequent lines. Signed-off-by: srishti sharma <srishtishar@gmail.com> --- drivers/staging/ccree/ssi_aead.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/staging/ccree/ssi_aead.h b/drivers/staging/ccree/ssi_aead.h index 9cf5225..4b592b7 100644 --- a/drivers/staging/ccree/ssi_aead.h +++ b/drivers/staging/ccree/ssi_aead.h @@ -14,8 +14,9 @@ * along with this program; if not, see <http://www.gnu.org/licenses/>. */ -/* \file ssi_aead.h - ARM CryptoCell AEAD Crypto API +/* + * \file ssi_aead.h + * ARM CryptoCell AEAD Crypto API */ #ifndef __SSI_AEAD_H__ -- 2.7.4
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-06-04 10:20 +0200 |
| Subject | Re: [PATCH] Staging: ccree: ssi_aead.h: Fixed a comment coding style issue. |
| Message-ID | <tOyVr-2eH-5@gated-at.bofh.it> |
| In reply to | #1656788 |
On Sat, Jun 03, 2017 at 06:04:59PM +0530, srishti sharma wrote: > Fixed a comment coding style issue , block comments use * on subsequent lines. > > Signed-off-by: srishti sharma <srishtishar@gmail.com> > --- > drivers/staging/ccree/ssi_aead.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Patch does not apply to my staging-testing branch, sorry :(
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web