mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-20 19:23:57 +08:00
fs/ntfs3: Remove '+' before constant in ni_insert_resident()
No need for plus sign here. So remove it. Checkpatch will also be happy. Signed-off-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
This commit is contained in:
parent
8e69212253
commit
7d95995ab4
@ -1448,7 +1448,7 @@ int ni_insert_resident(struct ntfs_inode *ni, u32 data_size,
|
||||
attr->res.flags = RESIDENT_FLAG_INDEXED;
|
||||
|
||||
/* is_attr_indexed(attr)) == true */
|
||||
le16_add_cpu(&ni->mi.mrec->hard_links, +1);
|
||||
le16_add_cpu(&ni->mi.mrec->hard_links, 1);
|
||||
ni->mi.dirty = true;
|
||||
}
|
||||
attr->res.res = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user