From a38105300e4bdeca47c11cdf5d239f23ad5ae4d3 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 25 Mar 2012 09:43:15 +0000 Subject: [PATCH] removed empty line added comment --- src/lib/hdd_atasmart.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index cd8c72b..00034b2 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -55,6 +55,8 @@ create_sensor(char *id, char *name, SkDisk *disk, int values_max_length) return s; } +/* Performs the same tests than sk_disk_open and outputs the + result. */ static void analyze_disk(const char *dname) { int f; @@ -96,7 +98,6 @@ static void analyze_disk(const char *dname) close(f); } - struct psensor **hdd_psensor_list_add(struct psensor **sensors, int values_max_length) { -- 2.7.4