]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
serial: max310x: remove trailing whitespaces
authorHugo Villeneuve <hvilleneuve@dimonoff.com>
Wed, 11 Oct 2023 13:03:17 +0000 (09:03 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 16 Oct 2023 18:13:10 +0000 (20:13 +0200)
Fix coding style. No functional changes.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
Link: https://lore.kernel.org/r/20231011130317.3562401-1-hugo@hugovil.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/max310x.c

index db3204d2a3053373c3f6d8c23806876b41c08602..97e4965b73d405f821ddfb98df47936f79eae7cf 100644 (file)
@@ -402,7 +402,7 @@ static int max14830_detect(struct device *dev)
        ret = s->if_cfg->extended_reg_enable(dev, true);
        if (ret)
                return ret;
-       
+
        regmap_read(s->regmap, s->if_cfg->rev_id_reg, &val);
        s->if_cfg->extended_reg_enable(dev, false);
        if (((val & MAX310x_REV_MASK) != MAX14830_REV_ID)) {