[PATCH] I2O: Lindent run

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:
Markus Lidel 2006-01-06 00:19:34 -08:00 committed by Linus Torvalds
parent f6ed39a6e1
commit 524e3b623a
3 changed files with 29 additions and 32 deletions

View file

@ -123,7 +123,6 @@ int i2o_device_claim_release(struct i2o_device *dev)
return rc;
}
/**
* i2o_device_release - release the memory for a I2O device
* @dev: I2O device which should be released
@ -140,7 +139,6 @@ static void i2o_device_release(struct device *dev)
kfree(i2o_dev);
}
/**
* i2o_device_show_class_id - Displays class id of I2O device
* @dev: device of which the class id should be displayed
@ -410,7 +408,6 @@ int i2o_device_parse_lct(struct i2o_controller *c)
return 0;
}
/*
* Run time support routines
*/