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

Thorsten Blum posted 1 patch 2 years, 1 month ago
drivers/w1/w1.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] w1: Fix typo in dev_info() message
Posted by Thorsten Blum 2 years, 1 month ago
s/exists/exist/

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 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
Re: [PATCH] w1: Fix typo in dev_info() message
Posted by Krzysztof Kozlowski 2 years, 1 month ago
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 <krzysztof.kozlowski@linaro.org>