diff --git a/fs/attr.c b/fs/attr.c index e7d7c6d19fe9..ded221defae6 100644 --- a/fs/attr.c +++ b/fs/attr.c @@ -46,8 +46,8 @@ int setattr_should_drop_sgid(struct mnt_idmap *idmap, EXPORT_SYMBOL(setattr_should_drop_sgid); /** - * setattr_should_drop_suidgid - determine whether the set{g,u}id bit needs to - * be dropped + * setattr_should_drop_suidgid - determine whether the set{g,u}id bit + * needs to be dropped * @idmap: idmap of the mount @inode was found from * @inode: inode to check * @@ -165,7 +165,7 @@ int setattr_prepare(struct mnt_idmap *idmap, struct dentry *dentry, unsigned int ia_valid = attr->ia_valid; /* - * First check size constraints. These can't be overriden using + * First check size constraints. These can't be overridden using * ATTR_FORCE. */ if (ia_valid & ATTR_SIZE) {