mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-05 00:33:55 -06:00
Trivial: 3 char repeat typos
Inspired by Julia Lawall's fixing of Linux kernel comments, I looked at qemu, although I did it manually. Signed-off-by: Dr. David Alan Gilbert <dgilbert@redhat.com> Reviewed-by: Daniel Henrique Barboza <danielhb413@gmail.com> Reviewed-by: Klaus Jensen <k.jensen@samsung.com> Message-Id: <20220614104045.85728-2-dgilbert@redhat.com> Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
832fef7cc1
commit
118d4ed045
9 changed files with 10 additions and 9 deletions
|
@ -2319,7 +2319,7 @@ static int do_lo_create(fuse_req_t req, struct lo_inode *parent_inode,
|
|||
* If security.selinux has not been remapped and selinux is enabled,
|
||||
* use fscreate to set context before file creation. If not, use
|
||||
* tmpfile method for regular files. Otherwise fallback to
|
||||
* non-atomic method of file creation and xattr settting.
|
||||
* non-atomic method of file creation and xattr setting.
|
||||
*/
|
||||
if (!mapped_name && lo->use_fscreate) {
|
||||
err = do_create_secctx_fscreate(req, parent_inode, name, mode, fi,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue