[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210429085532.djej2ko2dttertt5@sanjana-VirtualBox>
Date: Thu, 29 Apr 2021 14:25:32 +0530
From: Sanjana Srinidhi <sanjanasrinidhi1810@...il.com>
To: linux@...inikbrodowski.net
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Fix indentation of block comments
Trailing */ of block comments is moved to a new line to maintain code uniformity.
Signed-off-by: Sanjana Srinidhi <sanjanasrinidhi1810@...il.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
Powered by blists - more mailing lists