mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02: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