mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 03:24:19 +02:00
staging: greybus: Fix blank line style issue in sdio.c
This change fixes a checkpatch check for "Please don't use multiple blank lines". Signed-off-by: Amrit Khera <amritkhera98@gmail.com> Link: https://lore.kernel.org/r/20210219144230.32055-1-amritkhera98@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
99783dd57e
commit
9ba732a5b0
|
|
@ -33,7 +33,6 @@ struct gb_sdio_host {
|
|||
bool read_only;
|
||||
};
|
||||
|
||||
|
||||
#define GB_SDIO_RSP_R1_R5_R6_R7 (GB_SDIO_RSP_PRESENT | GB_SDIO_RSP_CRC | \
|
||||
GB_SDIO_RSP_OPCODE)
|
||||
#define GB_SDIO_RSP_R3_R4 (GB_SDIO_RSP_PRESENT)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user