From: Cesar Santos Date: Thu, 4 Apr 2019 17:59:08 +0000 (-0300) Subject: staging: vt6655: upc: remove double blank lines X-Git-Tag: for-linus-20190516~76^2~106 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=9fdb04e9ccabc71e7107533ab1d1245430b5cbd5;p=linux-block.git 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 Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/vt6655/upc.h b/drivers/staging/vt6655/upc.h index d028ad2ba0d4..e086ec6e77f7 100644 --- a/drivers/staging/vt6655/upc.h +++ b/drivers/staging/vt6655/upc.h @@ -20,10 +20,8 @@ /*--------------------- Export Definitions -------------------------*/ - /* For memory mapped IO */ - #define VNSvInPortB(dwIOAddress, pbyData) \ (*(pbyData) = ioread8(dwIOAddress))