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:
Cesar Santos 2019-04-04 14:59:08 -03:00 committed by Greg Kroah-Hartman
parent 94f99bceda
commit 9fdb04e9cc
1 changed files with 0 additions and 2 deletions

View File

@ -20,10 +20,8 @@
/*--------------------- Export Definitions -------------------------*/
/* For memory mapped IO */
#define VNSvInPortB(dwIOAddress, pbyData) \
(*(pbyData) = ioread8(dwIOAddress))