提交 67a6c281 编写于 作者: J Joey Gouly 提交者: Linus Walleij

pinctrl: apple: use C style comment

This is the preferred comment style.
Signed-off-by: NJoey Gouly <joey.gouly@arm.com>
Suggested-by: NAndy Shevchenko <andy.shevchenko@gmail.com>
Link: https://lore.kernel.org/r/20211121165642.27883-4-joey.gouly@arm.comSigned-off-by: NLinus Walleij <linus.walleij@linaro.org>
上级 5ad6973d
......@@ -73,7 +73,7 @@ struct regmap_config regmap_config = {
.use_relaxed_mmio = true,
};
// No locking needed to mask/unmask IRQs as the interrupt mode is per pin-register.
/* No locking needed to mask/unmask IRQs as the interrupt mode is per pin-register. */
static void apple_gpio_set_reg(struct apple_gpio_pinctrl *pctl,
unsigned int pin, u32 mask, u32 value)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册