Re: [PATCH 1/9] f2fs: do not use duplicate names in a macro

2013-04-02 Thread Namjae Jeon
2013/4/1, Jaegeuk Kim : > A macro should not use duplicate parameter names. > > Signed-off-by: Jaegeuk Kim Looks reasonable to me ~ Reviewed-by: Namjae Jeon Thanks. > --- -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.

[PATCH 1/9] f2fs: do not use duplicate names in a macro

2013-03-31 Thread Jaegeuk Kim
A macro should not use duplicate parameter names. Signed-off-by: Jaegeuk Kim --- fs/f2fs/segment.h | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fs/f2fs/segment.h b/fs/f2fs/segment.h index e399bd4..c0d7740 100644 --- a/fs/f2fs/segment.h +++ b/fs/f2fs/segment.