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

mfd: sec-core: Fix 'missing blank line after declarations' warning

This is part of an effort to clean-up the MFD subsystem.

WARNING: Missing a blank line after declarations
+ const struct of_device_id *match;
+ match = of_match_node(sec_dt_match, i2c->dev.of_node);

total: 0 errors, 1 warnings, 494 lines checked

Signed-off-by: Lee Jones <lee.jones@linaro.org>

Lee Jones b6c1cb4d 016f4219

+1
+1
drivers/mfd/sec-core.c
··· 273 273 #ifdef CONFIG_OF 274 274 if (i2c->dev.of_node) { 275 275 const struct of_device_id *match; 276 + 276 277 match = of_match_node(sec_dt_match, i2c->dev.of_node); 277 278 return (unsigned long)match->data; 278 279 }