2021-09-15 11:20:24

by Ramona Alexandra Nechita

[permalink] [raw]
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 <[email protected]>
---
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 <[email protected]>
*/
--
2.25.1