[PATCH] lib: Drop some empty comment blocks

From: Christophe JAILLET
Date: Sun Oct 02 2022 - 17:11:20 EST


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@xxxxxxxxxx>
---
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