whitespace fixes. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
5218515508
commit
6967578728
@ -22,7 +22,8 @@ int setlogcons_main(int argc UNUSED_PARAM, char **argv)
|
||||
struct {
|
||||
char fn;
|
||||
char subarg;
|
||||
} arg = { 11, /* redirect kernel messages */
|
||||
} arg = {
|
||||
11, /* redirect kernel messages */
|
||||
0 /* to specified console (current as default) */
|
||||
};
|
||||
|
||||
|
@ -1129,8 +1129,7 @@ static void ife_print(struct interface *ptr)
|
||||
printf(" ");
|
||||
if (ptr->map.irq)
|
||||
printf("Interrupt:%d ", ptr->map.irq);
|
||||
if (ptr->map.base_addr >= 0x100) /* Only print devices using it for
|
||||
I/O maps */
|
||||
if (ptr->map.base_addr >= 0x100) /* Only print devices using it for I/O maps */
|
||||
printf("Base address:0x%lx ",
|
||||
(unsigned long) ptr->map.base_addr);
|
||||
if (ptr->map.mem_start) {
|
||||
|
@ -2334,8 +2334,7 @@ set_freq(double freq) /* frequency update */
|
||||
if (pll_status & STA_PPSTIME)
|
||||
report_event(EVNT_KERN,
|
||||
NULL, "PPS disabled");
|
||||
ntv.status &= ~(STA_PPSTIME |
|
||||
STA_PPSFREQ);
|
||||
ntv.status &= ~(STA_PPSTIME | STA_PPSFREQ);
|
||||
}
|
||||
if (sys_leap == LEAP_ADDSECOND)
|
||||
ntv.status |= STA_INS;
|
||||
|
Loading…
Reference in New Issue
Block a user