Skip to content

Commit

Permalink
ACPI: sysfs: Remove tailing return statement in void function
Browse files Browse the repository at this point in the history
The tail return statement is redundant in void functions. Remove it.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
  • Loading branch information
Andy Shevchenko authored and Rafael J. Wysocki committed Jun 18, 2021
1 parent a9c4cf2 commit df35ee7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/acpi/sysfs.c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,6 @@ void acpi_irq_stats_init(void)

fail:
delete_gpe_attr_array();
return;
}

static void __exit interrupt_stats_exit(void)
Expand Down

0 comments on commit df35ee7

Please sign in to comment.