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

Miquel Raynal miquel.raynal at bootlin.com
Fri Sep 17 18:57:54 CEST 2021


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

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

commit e0959cb345319229adc368af42ac570870256ef7
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>


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

e0959cb345319229adc368af42ac570870256ef7
 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