mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-28 07:04:00 +08: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:
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user