mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2025-12-20 04:20:04 +01:00
linux: rules: fix warnings from udevadm verify
rules/60-upower-battery.rules:5 style: whitespace after comma is expected. rules/60-upower-battery.rules:5 style: a comma between tokens is expected.
This commit is contained in:
parent
4f1ef04475
commit
6f9d84694d
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
ACTION=="remove", GOTO="battery_end"
|
||||
|
||||
SUBSYSTEM=="power_supply",ATTR{charge_control_start_threshold}!="" \
|
||||
SUBSYSTEM=="power_supply", ATTR{charge_control_start_threshold}!="", \
|
||||
IMPORT{builtin}="hwdb 'battery:$kernel:$attr{model_name}:$attr{[dmi/id]modalias}'", \
|
||||
GOTO="battery_end"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue