瀏覽代碼

regulator: max8925: Silence checkpatch warning

Silences the following type of checkpatch warning:
WARNING: Missing a blank line after declarations

Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Sachin Kamat 11 年之前
父節點
當前提交
c74c76e850
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/regulator/max8925-regulator.c

+ 1 - 0
drivers/regulator/max8925-regulator.c

@@ -249,6 +249,7 @@ static int max8925_regulator_dt_init(struct platform_device *pdev,
 {
 	struct device_node *nproot, *np;
 	int rcount;
+
 	nproot = of_node_get(pdev->dev.parent->of_node);
 	if (!nproot)
 		return -ENODEV;