[PATCH] tools/laptop/dslm/dslm.c : Fixed a comment style issue

From: keerthi
Date: Mon Mar 13 2023 - 00:22:32 EST


Fixed the styling of the comments

Signed-off-by: keerthi <kvch@xxxxxxxxxxx>
---
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