lkml.org 
[lkml]   [2022]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] lib: Drop some empty comment blocks
Date
Commit 588cb88cedd5 ("treewide: Replace GPLv2 boilerplate/reference with
SPDX - rule 120") has left some empty comment blocks.

Remove them to save a few lines of code.

Also remove some useless empty lines between some #include.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
lib/ashldi3.c | 3 ---
lib/cmpdi2.c | 3 ---
lib/muldi3.c | 2 --
lib/ucmpdi2.c | 2 --
4 files changed, 10 deletions(-)

diff --git a/lib/ashldi3.c b/lib/ashldi3.c
index 8e6a69d59180..5dcaf1c89a9d 100644
--- a/lib/ashldi3.c
+++ b/lib/ashldi3.c
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- */

#include <linux/export.h>
-
#include <linux/libgcc.h>

long long notrace __ashldi3(long long u, word_type b)
diff --git a/lib/cmpdi2.c b/lib/cmpdi2.c
index f7cebd52bd68..37e435f0d0ef 100644
--- a/lib/cmpdi2.c
+++ b/lib/cmpdi2.c
@@ -1,9 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- */

#include <linux/export.h>
-
#include <linux/libgcc.h>

word_type notrace __cmpdi2(long long a, long long b)
diff --git a/lib/muldi3.c b/lib/muldi3.c
index 9150ac13050e..34cf53e45ca9 100644
--- a/lib/muldi3.c
+++ b/lib/muldi3.c
@@ -1,6 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- */

#include <linux/export.h>
#include <linux/libgcc.h>
diff --git a/lib/ucmpdi2.c b/lib/ucmpdi2.c
index 726e394c9fcc..fc001a8f76cd 100644
--- a/lib/ucmpdi2.c
+++ b/lib/ucmpdi2.c
@@ -1,6 +1,4 @@
// SPDX-License-Identifier: GPL-2.0-or-later
-/*
- */

#include <linux/module.h>
#include <linux/libgcc.h>
--
2.34.1
\
 
 \ /
  Last update: 2022-10-02 23:12    [W:0.080 / U:0.308 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site