mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-13 23:34:05 +08:00
staging: vt6655: upc: remove double blank lines
Fix checkpatch warning "CHECK: Please don't use multiple blank lines" on upc.h Signed-off-by: Cesar Santos <dev.cmsantos@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
94f99bceda
commit
9fdb04e9cc
@ -20,10 +20,8 @@
|
||||
|
||||
/*--------------------- Export Definitions -------------------------*/
|
||||
|
||||
|
||||
/* For memory mapped IO */
|
||||
|
||||
|
||||
#define VNSvInPortB(dwIOAddress, pbyData) \
|
||||
(*(pbyData) = ioread8(dwIOAddress))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user