summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-06-29 05:43:04 +0200
committerLennart Poettering <lennart@poettering.net>2008-06-29 05:43:04 +0200
commit02d8bb2f30cea4a5f64cd598d5879450263ea168 (patch)
treed87dc644fda2477d8da68464e4938a26a9b18aa6
parent046fda91a6fb4c7e2210afcc32c42641360b0f77 (diff)
minor fixups
-rw-r--r--smartkit.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/smartkit.c b/smartkit.c
index 197aa8e..b3faf80 100644
--- a/smartkit.c
+++ b/smartkit.c
@@ -46,7 +46,6 @@ typedef enum SkAtaCommand {
SK_ATA_COMMAND_CHECK_POWER_MODE = 0xE5
} SkAtaCommand;
-
/* ATA SMART subcommands (ATA8 7.52.1) */
typedef enum SkSmartCommand {
SK_SMART_COMMAND_READ_DATA = 0xD0,
@@ -183,7 +182,7 @@ static int sg_io(int fd, int direction,
static int disk_scsi_command(SkDevice *d, SkAtaCommand command, SkDirection direction, gpointer cmd_data, gpointer data, size_t *len) {
g_assert(d->type == SK_DEVICE_TYPE_SCSI);
- g_warning("SCSI Disks not yet supported because Lennart doesn't have any to test this with.");
+ g_warning("SCSI disks not yet supported because Lennart doesn't have any to test this with.");
errno = ENOTSUP;
return -1;