Fix some compiler warnings emitted by gcc-4.8.0
[oweals/busybox.git] / miscutils / hdparm.c
index 9c6dbf4685a9f93403c9f7d8045c1b6a9e092880..69726ae7293636a93868ac1395bf42f2e864096e 100644 (file)
@@ -1038,7 +1038,7 @@ static void identify(uint16_t *val)
                                val[ACOUSTIC] & 0x00ff);
                }
        } else {
-                /* ATAPI */
+               /* ATAPI */
                if (eqpt != CDROM && (val[CAPAB_0] & SWRST_REQ))
                        printf("\tATA sw reset required\n");