Signed-off-by: Steffen Vogel <p...@steffenvogel.de>
---
 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 1326bd52888a..94747eeff0fa 100644
--- a/drivers/w1/w1.c
+++ b/drivers/w1/w1.c
@@ -1196,7 +1196,7 @@ int w1_process(void *data)
 
                __set_current_state(TASK_INTERRUPTIBLE);
 
-               /* hold list_mutex until after interruptible to prevent loosing
+               /* hold list_mutex until after interruptible to prevent losing
                 * the wakeup signal when async_cmd is added.
                 */
                mutex_unlock(&dev->list_mutex);
-- 
2.11.0

Reply via email to