Spaces to tabs

This commit is contained in:
Ciro Santilli
2017-06-08 06:26:20 +01:00
parent 41dbf46531
commit 4c1b0e7891
7 changed files with 85 additions and 85 deletions

View File

@@ -13,8 +13,8 @@ MODULE_LICENSE("GPL");
* Return value from kernel docs:*
*
* enum irqreturn
* @IRQ_NON interrupt was not from this device or was not handled
* @IRQ_HANDLED interrupt was handled by this device
* @IRQ_NON interrupt was not from this device or was not handled
* @IRQ_HANDLED interrupt was handled by this device
* @IRQ_WAKE_THREAD handler requests to wake the handler thread
*/
static irqreturn_t handler(int i, void *v)