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:   Wed, 15 Sep 2021 14:15:16 +0300
From:   Ramona Alexandra Nechita <ramona.nechita@...log.com>
To:     <linux-kernel@...r.kernel.org>
CC:     <zbr@...emap.net>,
        Ramona Alexandra Nechita <ramona.nechita@...log.com>
Subject: [PATCH] w1: slaves: fixed typo in w1_ds28e04.c initial comment

DS28E04 is supposed to be DS28E04-100. Fixed in the
initial comment from w1_ds28ee04.c.

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@...log.com>
---
 drivers/w1/slaves/w1_ds28e04.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/slaves/w1_ds28e04.c b/drivers/w1/slaves/w1_ds28e04.c
index 8a640f159078..a2199495c873 100644
--- a/drivers/w1/slaves/w1_ds28e04.c
+++ b/drivers/w1/slaves/w1_ds28e04.c
@@ -1,6 +1,6 @@
 // SPDX-License-Identifier: GPL-2.0-only
 /*
- *	w1_ds28e04.c - w1 family 1C (DS28E04) driver
+ *	w1_ds28e04.c - w1 family 1C (DS28E04-100) driver
  *
  * Copyright (c) 2012 Markus Franke <franke.m@...akmt.com>
  */
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ