lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ