staging: unisys: iochannel.h: fix inconsistent indenting
Smatch complained about inconsistent indenting. This patch addresses it. Signed-off-by: David Kershner <david.kershner@unisys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Родитель
fbd9161603
Коммит
12bfed88f4
|
@ -601,9 +601,7 @@ add_physinfo_entries(u32 inp_pfn, u16 inp_off, u32 inp_len, u16 index,
|
|||
if (i == 0) {
|
||||
pi_arr[index].pi_off = inp_off;
|
||||
pi_arr[index].pi_len = firstlen;
|
||||
}
|
||||
|
||||
else {
|
||||
} else {
|
||||
pi_arr[index + i].pi_off = 0;
|
||||
pi_arr[index + i].pi_len =
|
||||
(u16)MINNUM(len, (u32)PI_PAGE_SIZE);
|
||||
|
|
Загрузка…
Ссылка в новой задаче