On Thu, Oct 03, 2013 at 07:24:46PM +0200, Martin Walch wrote: > From: Martin Walch <walch.martin@xxxxxx> > Date: Thu, 3 Oct 2013 18:32:02 +0200 > Subject: [PATCH v2 3/5] kconfig: adjust warning message for conflicting types > > Each symbol must have exactly one type assigned. However, if a symbol happens > to have two different types assigned at runtime, a warning is printed and the > first type is preserved while the second type is being ignored. > > The warning message says > > type of <symbol name> redefined from <first type> to <second type> > > which may be misleading as it may create the impression that the second type > replaces the first type. > > This patch clarifies this by changing the warning to > > ignoring type redefinition of <symbol name> from <first type> to <second type> > > Signed-off-by: Martin Walch <walch.martin@xxxxxx> Acked-by: Wang YanQing <udknight@xxxxxxxxx> -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html