Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9fdb04e9 authored by Cesar Santos's avatar Cesar Santos Committed by Greg Kroah-Hartman
Browse files

staging: vt6655: upc: remove double blank lines



Fix checkpatch warning "CHECK: Please don't use multiple blank lines"
on upc.h

Signed-off-by: default avatarCesar Santos <dev.cmsantos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 94f99bce
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -20,10 +20,8 @@

/*---------------------  Export Definitions -------------------------*/


/* For memory mapped IO */


#define VNSvInPortB(dwIOAddress, pbyData) \
	(*(pbyData) = ioread8(dwIOAddress))