[PATCH 05/15] maccess: update the top of file comment

From: Christoph Hellwig
Date: Wed May 06 2020 - 02:22:47 EST


This file now also contains several helpers for accessing user memory.

Signed-off-by: Christoph Hellwig <hch@xxxxxx>
---
mm/maccess.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/maccess.c b/mm/maccess.c
index 747581ac50dc9..65880ba2ca376 100644
--- a/mm/maccess.c
+++ b/mm/maccess.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-only
/*
- * Access kernel memory without faulting.
+ * Access kernel or user memory without faulting.
*/
#include <linux/export.h>
#include <linux/mm.h>
--
2.26.2