Commit 27d51f06 authored by Mashiro Chen's avatar Mashiro Chen Committed by Greg Kroah-Hartman
Browse files

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: default avatarMashiro Chen <mashiro.chen@mailbox.org>
Reviewed-by: default avatarLuka Gejak <luka.gejak@linux.dev>
Link: https://patch.msgid.link/20260330114232.91431-4-mashiro.chen@mailbox.org


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e8fa04fd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
#ifndef __BASIC_TYPES_H__
#define __BASIC_TYPES_H__


#define SUCCESS	0
#define FAIL	(-1)