From: Jean-Philippe Orsini Date: Sun, 25 Mar 2012 09:43:15 +0000 (+0000) Subject: removed empty line X-Git-Tag: v0.8.0.5~470 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff_plain;h=a38105300e4bdeca47c11cdf5d239f23ad5ae4d3 removed empty line added comment --- 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) {