2024-05-13 20:48:39

by Thorsten Blum

[permalink] [raw]
Subject: [PATCH] w1: Fix typo in dev_info() message

s/exists/exist/

Signed-off-by: Thorsten Blum <[email protected]>
---
drivers/w1/w1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/w1/w1.c b/drivers/w1/w1.c
index afb1cc4606c5..d82e86d3ddf6 100644
--- a/drivers/w1/w1.c
+++ b/drivers/w1/w1.c
@@ -504,7 +504,7 @@ static ssize_t w1_master_attribute_store_remove(struct device *dev,
if (result == 0)
result = count;
} else {
- dev_info(dev, "Device %02x-%012llx doesn't exists\n", rn.family,
+ dev_info(dev, "Device %02x-%012llx doesn't exist\n", rn.family,
(unsigned long long)rn.id);
result = -EINVAL;
}
--
2.45.0



2024-05-27 12:04:49

by Krzysztof Kozlowski

[permalink] [raw]
Subject: Re: [PATCH] w1: Fix typo in dev_info() message


On Mon, 13 May 2024 22:47:34 +0200, Thorsten Blum wrote:
> s/exists/exist/
>
>

Applied, thanks!

[1/1] w1: Fix typo in dev_info() message
(no commit info)

Best regards,
--
Krzysztof Kozlowski <[email protected]>