Skip to content

Commit

Permalink
reset: amlogic: Fix small whitespace issue
Browse files Browse the repository at this point in the history
Fix a checkpatch --strict issue:

  CHECK: Alignment should match open parenthesis
  torvalds#48: FILE: drivers/reset/amlogic/reset-meson-common.c:48:
  +static int meson_reset_level(struct reset_controller_dev *rcdev,
  +			    unsigned long id, bool assert)

Reviewed-by: Jerome Brunet <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Philipp Zabel <[email protected]>
  • Loading branch information
pH5 committed Oct 1, 2024
1 parent fb4c315 commit 5f79c4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/reset/amlogic/reset-meson-common.c
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static int meson_reset_reset(struct reset_controller_dev *rcdev,
}

static int meson_reset_level(struct reset_controller_dev *rcdev,
unsigned long id, bool assert)
unsigned long id, bool assert)
{
struct meson_reset *data =
container_of(rcdev, struct meson_reset, rcdev);
Expand Down

0 comments on commit 5f79c4b

Please sign in to comment.