[bootlin/training-materials updates] master: kernel: modules: Drop extra newline at the modules end (49798278)

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri Oct 29 10:46:40 CEST 2021


Repository : https://github.com/bootlin/training-materials
On branch  : master
Link       : https://github.com/bootlin/training-materials/commit/49798278ea8586011a7d63e151ad99ca7bd5e305

>---------------------------------------------------------------

commit 49798278ea8586011a7d63e151ad99ca7bd5e305
Author: Miquel Raynal <miquel.raynal at bootlin.com>
Date:   Fri Sep 17 18:45:49 2021 +0200

    kernel: modules: Drop extra newline at the modules end
    
    Signed-off-by: Miquel Raynal <miquel.raynal at bootlin.com>


>---------------------------------------------------------------

49798278ea8586011a7d63e151ad99ca7bd5e305
 lab-data/linux-kernel/modules/nfsroot/root/hello/hello_version.c | 1 -
 lab-data/linux-kernel/modules/nfsroot/root/nunchuk/nunchuk.c     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/lab-data/linux-kernel/modules/nfsroot/root/hello/hello_version.c b/lab-data/linux-kernel/modules/nfsroot/root/hello/hello_version.c
index 6f0c0586..ab01ee46 100644
--- a/lab-data/linux-kernel/modules/nfsroot/root/hello/hello_version.c
+++ b/lab-data/linux-kernel/modules/nfsroot/root/hello/hello_version.c
@@ -5,4 +5,3 @@
 /* Add your code here */
 
 MODULE_LICENSE("GPL");
-
diff --git a/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/nunchuk.c b/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/nunchuk.c
index 023faab4..57a36cdc 100644
--- a/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/nunchuk.c
+++ b/lab-data/linux-kernel/modules/nfsroot/root/nunchuk/nunchuk.c
@@ -6,4 +6,3 @@
 /* Add your code here */
 
 MODULE_LICENSE("GPL");
-




More information about the training-materials-updates mailing list