All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs: fs-writeback: Fix a typo
@ 2021-06-07  5:55 lijian_8010a29
  0 siblings, 0 replies; only message in thread
From: lijian_8010a29 @ 2021-06-07  5:55 UTC (permalink / raw)
  To: viro; +Cc: linux-fsdevel, linux-kernel, lijian

From: lijian <lijian@yulong.com>

Change 'paramters' to 'parameters'.

Signed-off-by: lijian <lijian@yulong.com>
---
 fs/fs-writeback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fs-writeback.c b/fs/fs-writeback.c
index 7c46d1588a19..f827490a41aa 100644
--- a/fs/fs-writeback.c
+++ b/fs/fs-writeback.c
@@ -215,7 +215,7 @@ void wb_wait_for_completion(struct wb_completion *done)
  * Parameters for foreign inode detection, see wbc_detach_inode() to see
  * how they're used.
  *
- * These paramters are inherently heuristical as the detection target
+ * These parameters are inherently heuristical as the detection target
  * itself is fuzzy.  All we want to do is detaching an inode from the
  * current owner if it's being written to by some other cgroups too much.
  *
-- 
2.25.1


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-06-07  6:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-07  5:55 [PATCH] fs: fs-writeback: Fix a typo lijian_8010a29

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.