summaryrefslogtreecommitdiff
path: root/fs/jbd2
diff options
context:
space:
mode:
authorMartin Walch <walch.martin@web.de>2013-10-03 16:32:02 (GMT)
committerYann E. MORIN <yann.morin.1998@free.fr>2013-10-08 21:52:15 (GMT)
commit57540f1dea6580fda0debaf3704d1b0e928a120e (patch)
tree04870bf11769a7e4b90cb4023ccf040d3e85d46e /fs/jbd2
parent8d9dfe8276750aaf30ca1b59b4c3f9349377cb6e (diff)
downloadlinux-57540f1dea6580fda0debaf3704d1b0e928a120e.tar.xz
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@web.de> Acked-by: Wang YanQing <udknight@gmail.com> Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'fs/jbd2')
0 files changed, 0 insertions, 0 deletions