[PATCH] w1: slaves: fixed typo in w1_ds28e04.c initial comment

From: Ramona Alexandra Nechita
Date: Wed Sep 15 2021 - 07:15:35 EST


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

Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@xxxxxxxxxx>
---
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@xxxxxxxxxxx>
*/
--
2.25.1