Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

zorro: Add a blank line after declarations

Fixes a coding style issue.

Signed-off-by: Jacob Enders <jacobenders1@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>

authored by

Jacob and committed by
Geert Uytterhoeven
d49cbe73 065f109f

+3
+3
drivers/zorro/zorro.c
··· 101 101 end = end > Z2RAM_END ? Z2RAM_SIZE : end-Z2RAM_START; 102 102 while (start < end) { 103 103 u32 chunk = start>>Z2RAM_CHUNKSHIFT; 104 + 104 105 if (flag) 105 106 set_bit(chunk, zorro_unused_z2ram); 106 107 else ··· 118 117 119 118 for (i = 0; i < bridge->num_resources; i++) { 120 119 struct resource *r = &bridge->resource[i]; 120 + 121 121 if (zorro_resource_start(z) >= r->start && 122 122 zorro_resource_end(z) <= r->end) 123 123 return r; ··· 170 168 if (z->id == ZORRO_PROD_GVP_EPC_BASE) { 171 169 /* GVP quirk */ 172 170 unsigned long magic = zi->boardaddr + 0x8000; 171 + 173 172 z->id |= *(u16 *)ZTWO_VADDR(magic) & GVP_PRODMASK; 174 173 } 175 174 z->slotaddr = zi->slotaddr;