mirror of
https://github.com/hardkernel/linux.git
synced 2026-05-31 16:26:41 +09:00
staging: unisys: fix whitespace in uisutils.h
Correct a couple of missing blank lines in uisutils.h. Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
746c28e1af
commit
613cbd9f00
@@ -84,6 +84,7 @@ static inline void __iomem *
|
||||
dbg_ioremap_cache(u64 addr, unsigned long size, char *file, int line)
|
||||
{
|
||||
void __iomem *new;
|
||||
|
||||
new = ioremap_cache(addr, size);
|
||||
return new;
|
||||
}
|
||||
@@ -94,6 +95,7 @@ static inline void *
|
||||
dbg_ioremap(u64 addr, unsigned long size, char *file, int line)
|
||||
{
|
||||
void *new;
|
||||
|
||||
new = ioremap(addr, size);
|
||||
return new;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user