On Fri, Mar 24, 2017 at 10:15:03AM +0530, Abhishek Tiwari wrote:
> From 952707cc5a136751217d7c2659ce269571919dba Mon Sep 17 00:00:00 2001
> From: Abhishek Tiwari <erabhishektiwar...@gmail.com>
> Date: Sun, 19 Mar 2017 10:18:48 +0530
> Subject: [PATCH v2] Fix missing flags in stat related compatibility syscalls.

We don't use the trailing dot in the first line of commit messages.

> Following command does the fix:
> 
> Add TF flag:
>       git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
>               's/0\(,[[:space:]]*SEN(.*_l\?stat[^i]\)/TF\1/'
> 
> Add TD flag:
>       git grep -Fl '_stat' linux/*/syscallent* | xargs sed -i \
>         's/0\(,[[:space:]]*SEN(.*_fstat\)/TD\1/'
> 
> * linux/alpha/syscallent.h: Add missing TF and TD flag for stat related 
> syscalls in compat world.

"flags", not "flag";
"compat syscalls", not "syscalls in compat world".

> * linux/mips/syscallent-compat.h: Likewise.

Please correct these commit message issues,
so I could apply the patch without further editing.


-- 
ldv

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Strace-devel mailing list
Strace-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/strace-devel

Reply via email to