From: Mashiro Chen Date: Mon, 30 Mar 2026 11:42:32 +0000 (+0800) Subject: staging: rtl8723bs: remove redundant blank lines in basic_types.h X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27d51f066072e415ef46bc09ac7a326305dafbca;p=thirdparty%2Fkernel%2Fstable.git 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 Reviewed-by: Luka Gejak Link: https://patch.msgid.link/20260330114232.91431-4-mashiro.chen@mailbox.org Signed-off-by: Greg Kroah-Hartman --- 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)