You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[PATCH] s/;;/;/g
Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
committed by
Linus Torvalds
parent
29afd49b72
commit
53b3531bbb
+1
-1
@@ -4908,7 +4908,7 @@ SetEARetry:
|
||||
parm_data->list_len = cpu_to_le32(count);
|
||||
parm_data->list[0].EA_flags = 0;
|
||||
/* we checked above that name len is less than 255 */
|
||||
parm_data->list[0].name_len = (__u8)name_len;;
|
||||
parm_data->list[0].name_len = (__u8)name_len;
|
||||
/* EA names are always ASCII */
|
||||
if(ea_name)
|
||||
strncpy(parm_data->list[0].name,ea_name,name_len);
|
||||
|
||||
Reference in New Issue
Block a user