On Wed, 2020-10-07 at 00:21 +0530, Dwaipayan Ray wrote: > The author signed-off-by checks are currently very vague. > Cases like same name or same address are not handled separately. > > For example, running checkpatch on commit be6577af0cef > ("parisc: Add atomic64_set_release() define to avoid CPU soft lockups"), > gives:
Aren't you still missing emitting an message for cases like From: "J. Random Developer" <j...@bigcorp.com> [...] Signed-off-by: "J. Random Developer" (BigCorp) <j...@bigcorp.com> Where a comment does not match?