]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
staging: rtl8723bs: remove redundant blank lines in basic_types.h
authorMashiro Chen <mashiro.chen@mailbox.org>
Mon, 30 Mar 2026 11:42:32 +0000 (19:42 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 31 Mar 2026 08:38:43 +0000 (10:38 +0200)
Remove redundant blank lines at the top of the file to improve
code cleanliness.

Signed-off-by: Mashiro Chen <mashiro.chen@mailbox.org>
Reviewed-by: Luka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260330114232.91431-4-mashiro.chen@mailbox.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8723bs/include/basic_types.h

index 2cb6d24fdb1b3b9fc24e833a89e51cc2cea9bd3d..b6b1afaa9ab843ba8459b76548735a2e04317929 100644 (file)
@@ -7,7 +7,6 @@
 #ifndef __BASIC_TYPES_H__
 #define __BASIC_TYPES_H__
 
-
 #define SUCCESS        0
 #define FAIL   (-1)