[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20230313042222.27744-1-kvch@ucdavis.edu>
Date: Sun, 12 Mar 2023 21:22:22 -0700
From: keerthi <kvch@...avis.edu>
To: linux-kernel@...r.kernel.org
Cc: keerthi <kvch@...avis.edu>
Subject: [PATCH] tools/laptop/dslm/dslm.c : Fixed a comment style issue
Fixed the styling of the comments
Signed-off-by: keerthi <kvch@...avis.edu>
---
tools/laptop/dslm/dslm.c | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/tools/laptop/dslm/dslm.c b/tools/laptop/dslm/dslm.c
index d5dd2d4b04d8..e62a470b79e8 100644
--- a/tools/laptop/dslm/dslm.c
+++ b/tools/laptop/dslm/dslm.c
@@ -23,9 +23,11 @@
int endit = 0;
-/* Check if the disk is in powersave-mode
+/*
+ * Check if the disk is in powersave-mode
* Most of the code is stolen from hdparm.
- * 1 = active, 0 = standby/sleep, -1 = unknown */
+ * 1 = active, 0 = standby/sleep, -1 = unknown
+ */
static int check_powermode(int fd)
{
unsigned char args[4] = {WIN_CHECKPOWERMODE1,0,0,0};
--
2.39.0
Powered by blists - more mailing lists