Properly indent a continue statement. No functional changes.
This commit is contained in:
parent
116a77bda7
commit
74ec46dff4
@ -3316,7 +3316,7 @@ bus_generic_probe(device_t dev)
|
||||
* on early-pass busses during BUS_NEW_PASS().
|
||||
*/
|
||||
if (dl->pass > bus_current_pass)
|
||||
continue;
|
||||
continue;
|
||||
DEVICE_IDENTIFY(dl->driver, dev);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user