@@ -1302,7 +1302,7 @@ int cpqhp_find_available_resources(struct controller *ctrl, void __iomem *rom_st
13021302
13031303 dbg ("found io_node(base, length) = %x, %x\n" ,
13041304 io_node -> base , io_node -> length );
1305- dbg ("populated slot =%d \n" , populated_slot );
1305+ dbg ("populated slot = %d \n" , populated_slot );
13061306 if (!populated_slot ) {
13071307 io_node -> next = ctrl -> io_head ;
13081308 ctrl -> io_head = io_node ;
@@ -1325,7 +1325,7 @@ int cpqhp_find_available_resources(struct controller *ctrl, void __iomem *rom_st
13251325
13261326 dbg ("found mem_node(base, length) = %x, %x\n" ,
13271327 mem_node -> base , mem_node -> length );
1328- dbg ("populated slot =%d \n" , populated_slot );
1328+ dbg ("populated slot = %d \n" , populated_slot );
13291329 if (!populated_slot ) {
13301330 mem_node -> next = ctrl -> mem_head ;
13311331 ctrl -> mem_head = mem_node ;
@@ -1349,7 +1349,7 @@ int cpqhp_find_available_resources(struct controller *ctrl, void __iomem *rom_st
13491349 p_mem_node -> length = pre_mem_length << 16 ;
13501350 dbg ("found p_mem_node(base, length) = %x, %x\n" ,
13511351 p_mem_node -> base , p_mem_node -> length );
1352- dbg ("populated slot =%d \n" , populated_slot );
1352+ dbg ("populated slot = %d \n" , populated_slot );
13531353
13541354 if (!populated_slot ) {
13551355 p_mem_node -> next = ctrl -> p_mem_head ;
@@ -1373,7 +1373,7 @@ int cpqhp_find_available_resources(struct controller *ctrl, void __iomem *rom_st
13731373 bus_node -> length = max_bus - secondary_bus + 1 ;
13741374 dbg ("found bus_node(base, length) = %x, %x\n" ,
13751375 bus_node -> base , bus_node -> length );
1376- dbg ("populated slot =%d \n" , populated_slot );
1376+ dbg ("populated slot = %d \n" , populated_slot );
13771377 if (!populated_slot ) {
13781378 bus_node -> next = ctrl -> bus_head ;
13791379 ctrl -> bus_head = bus_node ;
0 commit comments