summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMashiro Chen <mashiro.chen@mailbox.org>2026-03-30 14:42:32 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2026-03-31 11:38:43 +0300
commit27d51f066072e415ef46bc09ac7a326305dafbca (patch)
treed0da138ecdbed20d03e6842d1350eca7a47109b6
parente8fa04fd77d5dd3ed164d6926242129d1e45777b (diff)
downloadlinux-27d51f066072e415ef46bc09ac7a326305dafbca.tar.xz
staging: rtl8723bs: remove redundant blank lines in basic_types.h
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>
-rw-r--r--drivers/staging/rtl8723bs/include/basic_types.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8723bs/include/basic_types.h b/drivers/staging/rtl8723bs/include/basic_types.h
index 2cb6d24fdb1b..b6b1afaa9ab8 100644
--- a/drivers/staging/rtl8723bs/include/basic_types.h
+++ b/drivers/staging/rtl8723bs/include/basic_types.h
@@ -7,7 +7,6 @@
#ifndef __BASIC_TYPES_H__
#define __BASIC_TYPES_H__
-
#define SUCCESS 0
#define FAIL (-1)