mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-07 23:20:32 -04:00
staging: vme_user: Remove spurious newlines between define statements
Removed spurious newlines in define statements so that defines which should be grouped together for readability are grouped as such. Signed-off-by: Jonathan Bergh <bergh.jonathan@gmail.com> Link: https://lore.kernel.org/r/20230914200536.47619-1-bergh.jonathan@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
1441000132
commit
c887e0830b
@@ -96,13 +96,9 @@ struct tsi148_dma_entry {
|
||||
#define TSI148_PCFS_MISC0 0xC
|
||||
#define TSI148_PCFS_MBARL 0x10
|
||||
#define TSI148_PCFS_MBARU 0x14
|
||||
|
||||
#define TSI148_PCFS_SUBID 0x28
|
||||
|
||||
#define TSI148_PCFS_CAPP 0x34
|
||||
|
||||
#define TSI148_PCFS_MISC1 0x3C
|
||||
|
||||
#define TSI148_PCFS_XCAPP 0x40
|
||||
#define TSI148_PCFS_XSTAT 0x44
|
||||
|
||||
|
||||
Reference in New Issue
Block a user