Commit 5908c2eb authored by Pavel Emelyanov's avatar Pavel Emelyanov

code: Fix while ( formatting

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent cdc4c998
......@@ -78,7 +78,7 @@ static void fill_ipc_desc(int id, IpcDescEntry *desc, const struct ipc_perm *ipc
static void pr_ipc_sem_array(unsigned int loglevel, int nr, u16 *values)
{
while(nr--)
while (nr--)
print_on_level(loglevel, " %-5d", values[nr]);
print_on_level(loglevel, "\n");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment