CC: trivial@xxxxxxxxxx Signed-off-by: Aurelien Aptel <aaptel@xxxxxxxx> --- fs/inode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fs/inode.c b/fs/inode.c index 88110fd0b282..9249e859b62e 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -2014,8 +2014,8 @@ EXPORT_SYMBOL(inode_init_owner); * inode_owner_or_capable - check current task permissions to inode * @inode: inode being checked * - * Return true if current either has CAP_FOWNER in a namespace with the - * inode owner uid mapped, or owns the file. + * Return true if the current task owns the file or has CAP_FOWNER in a + * namespace with the inode owner uid mapped. */ bool inode_owner_or_capable(const struct inode *inode) { -- 2.12.0