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

Commit 83a98864 authored by Thierry Reding's avatar Thierry Reding
Browse files

pwm: Add missing newline



checkpatch requires that declarations be separated from code by a blank
line. Add one for readability and to silence the warning.

Signed-off-by: default avatarThierry Reding <thierry.reding@gmail.com>
parent f55532a0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@ static void free_pwms(struct pwm_chip *chip)

	for (i = 0; i < chip->npwm; i++) {
		struct pwm_device *pwm = &chip->pwms[i];

		radix_tree_delete(&pwm_tree, pwm->pwm);
	}