[PATCH] I2O: Beautifying
Fix some typos and minor code beautifying. Signed-off-by: Markus Lidel <Markus.Lidel@shadowconnect.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
dcceafe25a
commit
2e1973a3cd
@ -64,7 +64,7 @@ static int i2o_bus_match(struct device *dev, struct device_driver *drv)
|
||||
struct bus_type i2o_bus_type = {
|
||||
.name = "i2o",
|
||||
.match = i2o_bus_match,
|
||||
.dev_attrs = i2o_device_attrs,
|
||||
.dev_attrs = i2o_device_attrs
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user