public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix indentation of block comments
@ 2021-04-29  8:55 Sanjana Srinidhi
  2021-04-29  9:28 ` Johan Hovold
  0 siblings, 1 reply; 2+ messages in thread
From: Sanjana Srinidhi @ 2021-04-29  8:55 UTC (permalink / raw)
  To: linux; +Cc: linux-kernel

Trailing */ of block comments is moved to a new line to maintain code uniformity.

Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
---
 drivers/pcmcia/soc_common.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
index 98b6d96a4435..7a88bd9bd4ed 100644
--- a/drivers/pcmcia/soc_common.c
+++ b/drivers/pcmcia/soc_common.c
@@ -28,7 +28,8 @@
     the provisions above, a recipient may use your version of this
     file under either the MPL or the GPL.
 
-======================================================================*/
+======================================================================
+*/
 
 
 #include <linux/cpufreq.h>
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Fix indentation of block comments
  2021-04-29  8:55 [PATCH] Fix indentation of block comments Sanjana Srinidhi
@ 2021-04-29  9:28 ` Johan Hovold
  0 siblings, 0 replies; 2+ messages in thread
From: Johan Hovold @ 2021-04-29  9:28 UTC (permalink / raw)
  To: Sanjana Srinidhi; +Cc: linux, linux-kernel

On Thu, Apr 29, 2021 at 02:25:32PM +0530, Sanjana Srinidhi wrote:
> Trailing */ of block comments is moved to a new line to maintain code uniformity.
> 
> Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@gmail.com>
> ---
>  drivers/pcmcia/soc_common.c | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/drivers/pcmcia/soc_common.c b/drivers/pcmcia/soc_common.c
> index 98b6d96a4435..7a88bd9bd4ed 100644
> --- a/drivers/pcmcia/soc_common.c
> +++ b/drivers/pcmcia/soc_common.c
> @@ -28,7 +28,8 @@
>      the provisions above, a recipient may use your version of this
>      file under either the MPL or the GPL.
>  
> -======================================================================*/
> +======================================================================
> +*/

These kind of "cleanups" are mostly pointless and amount to nothing more
than noise.

Please consider working in drivers/staging/ which currently works as
some sort of learning-ground for new contributors instead if you really
want to send these kind of patches.

Johan

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-04-29  9:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-29  8:55 [PATCH] Fix indentation of block comments Sanjana Srinidhi
2021-04-29  9:28 ` Johan Hovold

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox