All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tools/laptop/dslm/dslm.c : Fixed a comment style issue
@ 2023-03-13  4:22 keerthi
  0 siblings, 0 replies; only message in thread
From: keerthi @ 2023-03-13  4:22 UTC (permalink / raw)
  To: linux-kernel; +Cc: keerthi

Fixed the styling of the comments

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


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-13  4:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-13  4:22 [PATCH] tools/laptop/dslm/dslm.c : Fixed a comment style issue keerthi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.