Commit 32c06cde authored by Sergio Paracuellos's avatar Sergio Paracuellos Committed by Greg Kroah-Hartman

staging: mt7621-gpio: avoid long line in a comment

Checkpatch script is complaining about a comment line
which exceeds 80 characteres. Just silence it.
Signed-off-by: default avatarSergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c4604a0e
...@@ -246,8 +246,9 @@ mediatek_gpio_bank_probe(struct platform_device *pdev, struct device_node *bank) ...@@ -246,8 +246,9 @@ mediatek_gpio_bank_probe(struct platform_device *pdev, struct device_node *bank)
if (gpio->gpio_irq) { if (gpio->gpio_irq) {
/* /*
* Manually request the irq here instead of passing a flow-handler * Manually request the irq here instead of passing
* to gpiochip_set_chained_irqchip, because the irq is shared. * a flow-handler to gpiochip_set_chained_irqchip,
* because the irq is shared.
*/ */
ret = devm_request_irq(&pdev->dev, gpio->gpio_irq, ret = devm_request_irq(&pdev->dev, gpio->gpio_irq,
mediatek_gpio_irq_handler, IRQF_SHARED, mediatek_gpio_irq_handler, IRQF_SHARED,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment