浏览代码

Input: pixcir_i2c_ts - remove a useless blank line

This patch fix the following checkpatch report:
Blank lines aren't necessary after an open brace

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
LABBE Corentin 9 年之前
父节点
当前提交
e9bf4529d3
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/input/touchscreen/pixcir_i2c_ts.c

+ 0 - 1
drivers/input/touchscreen/pixcir_i2c_ts.c

@@ -400,7 +400,6 @@ static int __maybe_unused pixcir_i2c_ts_resume(struct device *dev)
 	mutex_lock(&input->mutex);
 
 	if (device_may_wakeup(&client->dev)) {
-
 		if (!input->users) {
 			ret = pixcir_stop(ts);
 			if (ret) {