chiark / gitweb /
merge udev/, libudev/, systemd/ files in src/; move extras/ to src/
[elogind.git] / src / extras / scsi_id / scsi_serial.c
similarity index 99%
rename from extras/scsi_id/scsi_serial.c
rename to src/extras/scsi_id/scsi_serial.c
index 5cde9a54a06a0633c654da89ac2973aab214c32e..61ec618e997bb45108a5315b8bf7599ae71676c9 100644 (file)
@@ -642,7 +642,7 @@ static int do_scsi_page83_inquiry(struct udev *udev,
                info(udev, "%s: Invalid page 0x83\n", dev_scsi->kernel);
                return 1;
        }
-       
+
        /*
         * XXX Some devices (IBM 3542) return all spaces for an identifier if
         * the LUN is not actually configured. This leads to identifiers of
@@ -671,8 +671,8 @@ static int do_scsi_page83_inquiry(struct udev *udev,
         * to the 4th and 5th nibbles of the 6-byte OUI for EMC, that is,
         * 0x006048.
         */
-       
-       if (page_83[6] != 0) 
+
+       if (page_83[6] != 0)
                return check_fill_0x83_prespc3(udev,
                                               dev_scsi, page_83, id_search_list,
                                               serial, serial_short, len);