Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1588195 > unrolled thread
| Started by | Codrut Grosu <codrut.cristian.grosu@gmail.com> |
|---|---|
| First post | 2017-02-25 20:00 +0100 |
| Last post | 2017-02-25 20:00 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] ASoC: tegra: Remove unnecessary 'Block comments should align the * on each line' message Codrut Grosu <codrut.cristian.grosu@gmail.com> - 2017-02-25 20:00 +0100
Re: [PATCH] ASoC: tegra: Remove unnecessary 'Block comments should align the * on each line' message Julia Lawall <julia.lawall@lip6.fr> - 2017-02-25 20:00 +0100
| From | Codrut Grosu <codrut.cristian.grosu@gmail.com> |
|---|---|
| Date | 2017-02-25 20:00 +0100 |
| Subject | [PATCH] ASoC: tegra: Remove unnecessary 'Block comments should align the * on each line' message |
| Message-ID | <tePJv-3Ad-1@gated-at.bofh.it> |
This was reported by checkpatch.pl Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> --- sound/soc/tegra/tegra_alc5632.c | 2 +- sound/soc/tegra/tegra_rt5640.c | 2 +- sound/soc/tegra/tegra_rt5677.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c index 0509902..1f648f9 100644 --- a/sound/soc/tegra/tegra_alc5632.c +++ b/sound/soc/tegra/tegra_alc5632.c @@ -1,5 +1,5 @@ /* -* tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver + * tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver * * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net> * Copyright (C) 2012 - NVIDIA, Inc. diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c index 93a3568..cf706d0 100644 --- a/sound/soc/tegra/tegra_rt5640.c +++ b/sound/soc/tegra/tegra_rt5640.c @@ -1,5 +1,5 @@ /* -* tegra_rt5640.c - Tegra machine ASoC driver for boards using RT5640 codec. + * tegra_rt5640.c - Tegra machine ASoC driver for boards using RT5640 codec. * * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. * diff --git a/sound/soc/tegra/tegra_rt5677.c b/sound/soc/tegra/tegra_rt5677.c index ebf58d0..0ed2eca 100644 --- a/sound/soc/tegra/tegra_rt5677.c +++ b/sound/soc/tegra/tegra_rt5677.c @@ -1,5 +1,5 @@ /* -* tegra_rt5677.c - Tegra machine ASoC driver for boards using RT5677 codec. + * tegra_rt5677.c - Tegra machine ASoC driver for boards using RT5677 codec. * * Copyright (c) 2014, The Chromium OS Authors. All rights reserved. * 1.9.1
[toc] | [next] | [standalone]
| From | Julia Lawall <julia.lawall@lip6.fr> |
|---|---|
| Date | 2017-02-25 20:00 +0100 |
| Subject | Re: [PATCH] ASoC: tegra: Remove unnecessary 'Block comments should align the * on each line' message |
| Message-ID | <tePJw-3Ad-13@gated-at.bofh.it> |
| In reply to | #1588195 |
The subject line is not very accurate. You don't remove the message, in the sense of picking it up and putting it somewhere else. You adjust the code in some way such that the error no longer occurs. So it would be better to say what adjustment you have done. Something like line up *s in block comments. julia On Sat, 25 Feb 2017, Codrut Grosu wrote: > This was reported by checkpatch.pl > > Signed-off-by: Codrut Grosu <codrut.cristian.grosu@gmail.com> > --- > sound/soc/tegra/tegra_alc5632.c | 2 +- > sound/soc/tegra/tegra_rt5640.c | 2 +- > sound/soc/tegra/tegra_rt5677.c | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/sound/soc/tegra/tegra_alc5632.c b/sound/soc/tegra/tegra_alc5632.c > index 0509902..1f648f9 100644 > --- a/sound/soc/tegra/tegra_alc5632.c > +++ b/sound/soc/tegra/tegra_alc5632.c > @@ -1,5 +1,5 @@ > /* > -* tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver > + * tegra_alc5632.c -- Toshiba AC100(PAZ00) machine ASoC driver > * > * Copyright (C) 2011 The AC100 Kernel Team <ac100@lists.lauchpad.net> > * Copyright (C) 2012 - NVIDIA, Inc. > diff --git a/sound/soc/tegra/tegra_rt5640.c b/sound/soc/tegra/tegra_rt5640.c > index 93a3568..cf706d0 100644 > --- a/sound/soc/tegra/tegra_rt5640.c > +++ b/sound/soc/tegra/tegra_rt5640.c > @@ -1,5 +1,5 @@ > /* > -* tegra_rt5640.c - Tegra machine ASoC driver for boards using RT5640 codec. > + * tegra_rt5640.c - Tegra machine ASoC driver for boards using RT5640 codec. > * > * Copyright (c) 2013, NVIDIA CORPORATION. All rights reserved. > * > diff --git a/sound/soc/tegra/tegra_rt5677.c b/sound/soc/tegra/tegra_rt5677.c > index ebf58d0..0ed2eca 100644 > --- a/sound/soc/tegra/tegra_rt5677.c > +++ b/sound/soc/tegra/tegra_rt5677.c > @@ -1,5 +1,5 @@ > /* > -* tegra_rt5677.c - Tegra machine ASoC driver for boards using RT5677 codec. > + * tegra_rt5677.c - Tegra machine ASoC driver for boards using RT5677 codec. > * > * Copyright (c) 2014, The Chromium OS Authors. All rights reserved. > * > 1.9.1 > >
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web