]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: cy8c95x0: Fix comment style
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 09:51:20 +0000 (11:51 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Sun, 16 Feb 2025 23:17:26 +0000 (00:17 +0100)
One comment style is not aligned with the rest. Fix that.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://lore.kernel.org/20250205095243.512292-11-andriy.shevchenko@linux.intel.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/pinctrl-cy8c95x0.c

index 6a2c7343bf55e0e983233230dc81d89839aef293..3cfbcaee9e65ca306d9898b6b916e4bd7e37032e 100644 (file)
@@ -502,7 +502,8 @@ static int cy8c95x0_regmap_update_bits_base(struct cy8c95x0_pinctrl *chip,
        if (ret < 0)
                return ret;
 
-       /* Mimic what hardware does and update the cache when a WC bit is written.
+       /*
+        * Mimic what hardware does and update the cache when a WC bit is written.
         * Allows to mark the registers as non-volatile and reduces I/O cycles.
         */
        if (cy8c95x0_wc_register(reg) && (mask & val)) {