Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: fix dangling comment

This comment was referring to an older PINMUX define, it should
be PINCTRL now.

Reported-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Acked-by: Dong Aisheng <dong.aisheng@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

+1 -1
+1 -1
include/linux/pinctrl/machine.h
··· 163 163 return 0; 164 164 } 165 165 166 - #endif /* !CONFIG_PINMUX */ 166 + #endif /* !CONFIG_PINCTRL */ 167 167 #endif