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

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

LABBE Corentin and committed by
Dmitry Torokhov
e9bf4529 5ac82f08

-1
-1
drivers/input/touchscreen/pixcir_i2c_ts.c
··· 400 400 mutex_lock(&input->mutex); 401 401 402 402 if (device_may_wakeup(&client->dev)) { 403 - 404 403 if (!input->users) { 405 404 ret = pixcir_stop(ts); 406 405 if (ret) {