From 82f5a55fbf37ebf77b959645ac05c53010a3842d Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Sun, 25 Mar 2012 11:10:08 +0000 Subject: [PATCH] comment style --- src/lib/hdd_atasmart.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lib/hdd_atasmart.c b/src/lib/hdd_atasmart.c index 00034b2..41edfe9 100644 --- a/src/lib/hdd_atasmart.c +++ b/src/lib/hdd_atasmart.c @@ -55,8 +55,9 @@ 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. */ +/* + * Performs the same tests than sk_disk_open and outputs the result. + */ static void analyze_disk(const char *dname) { int f; -- 2.7.4