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

serial: max310x: remove trailing whitespaces

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>

authored by

Hugo Villeneuve and committed by
Greg Kroah-Hartman
cee8e0cc 2b97f5b5

+1 -1
+1 -1
drivers/tty/serial/max310x.c
··· 402 402 ret = s->if_cfg->extended_reg_enable(dev, true); 403 403 if (ret) 404 404 return ret; 405 - 405 + 406 406 regmap_read(s->regmap, s->if_cfg->rev_id_reg, &val); 407 407 s->if_cfg->extended_reg_enable(dev, false); 408 408 if (((val & MAX310x_REV_MASK) != MAX14830_REV_ID)) {