Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 32ddcbb5 authored by Ricardo Silva's avatar Ricardo Silva Committed by Mauro Carvalho Chehab
Browse files

[media] lirc_zilog: Fix whitespace style checks



Fix style issues reported by checkpatch, affecting whitespace only:

 * CHECK: "Please don't use multiple blank lines".
   Two of these still triggering and left untouched because used for
   separating logical blocks (vars from functions, etc.).

 * CHECK: "spaces preferred around that '<operator>'".
   All fixed.

 * CHECK: "Alignment should match open parenthesis".
   All fixed except one on line 1161, left untouched for readability.

Move towards recommended coding style without compromising readability.

Signed-off-by: default avatarRicardo Silva <rjpdasilva@gmail.com>
Signed-off-by: default avatarSean Young <sean@mess.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@s-opensource.com>
parent 2270962c
Loading
Loading
Loading
Loading
+17 −18
Original line number Diff line number Diff line
@@ -1414,7 +1414,6 @@ static int ir_remove(struct i2c_client *client)
	return 0;
}


/* ir_devices_lock must be held */
static struct IR *get_ir_device_by_adapter(struct i2c_adapter *adapter)
{