Re: [PATCH trivial] include/linux/gfp.h: Improve the coding styles
From: Chen Gang <hidden>
Date: 2016-02-25 22:26:08
Also in:
lkml
On 2/26/16 00:07, Mel Gorman wrote:
quoted
quoted
On Thu, Feb 25, 2016 at 06:26:31AM +0800, chengang@emindsoft.com.cn wrote:I do not want this patch to go through the trivial tree. It still adds another step to identifying relevant commits through git blame and has limited, if any, benefit to maintainability.quoted
"it's preferable to preserve blame than go through a layer of cleanup when looking for the commit that defined particular flags".git blame identifies what commit last altered a line. If a cleanup patch is encountered then the tree before that commit needs to be examined which adds time. It's rare that cleanup patches on their own are useful and this is one of those cases.
git is a tool mainly for analyzing code, but not mainly for normal reading main code. So for me, the coding styles need not consider about git. Thanks. -- Chen Gang (e??a??) Managing Natural Environments is the Duty of Human Beings. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@kvack.org. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>