[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210205122033.1345204-1-unixbhaskar@gmail.com>
Date: Fri, 5 Feb 2021 17:50:33 +0530
From: Bhaskar Chowdhury <unixbhaskar@...il.com>
To: jack@...e.cz, amir73il@...il.com, linux-fsdevel@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: rdunlap@...radead.org, Bhaskar Chowdhury <unixbhaskar@...il.com>
Subject: [PATCH] fs: notify: inotify: Replace a common bad word with better common word
s/fucked/messed/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@...il.com>
---
fs/notify/inotify/inotify_user.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/notify/inotify/inotify_user.c b/fs/notify/inotify/inotify_user.c
index 59c177011a0f..0a9d1a81edf0 100644
--- a/fs/notify/inotify/inotify_user.c
+++ b/fs/notify/inotify/inotify_user.c
@@ -455,7 +455,7 @@ static void inotify_remove_from_idr(struct fsnotify_group *group,
/*
* We found an mark in the idr at the right wd, but it's
* not the mark we were told to remove. eparis seriously
- * fucked up somewhere.
+ * messed up somewhere.
*/
if (unlikely(found_i_mark != i_mark)) {
WARN_ONCE(1, "%s: i_mark=%p i_mark->wd=%d i_mark->group=%p "
--
2.30.0
Powered by blists - more mailing lists