drivers: dio: Missing a blank line after declarations
[linux-block.git] / drivers / dio / dio.c
index 36ffa3c839f51d0767772a258d8c26d46c652126..005a82f671c375d26a9c622dd794d8cbd0bfa524 100644 (file)
@@ -94,6 +94,7 @@ static const char *dio_getname(int id)
 {
        /* return pointer to a constant string describing the board with given ID */
        unsigned int i;
+
        for (i = 0; i < ARRAY_SIZE(names); i++)
                if (names[i].id == id)
                        return names[i].name;