]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
rules: remove stray whitespace before comma between tokens
authorDmitry V. Levin <ldv@strace.io>
Tue, 21 Mar 2023 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@strace.io>
Mon, 27 Mar 2023 10:00:30 +0000 (10:00 +0000)
rules.d/70-camera.rules

index b1053f2cbbfe23528a035ad2cc977d38d3511e63..b87096ece0a8d088048fc6c0e32c25866ee5dcf3 100644 (file)
@@ -2,7 +2,7 @@
 
 ACTION=="remove", GOTO="camera_end"
 
-SUBSYSTEM=="video4linux", ENV{ID_BUS}="usb" , \
+SUBSYSTEM=="video4linux", ENV{ID_BUS}="usb", \
   IMPORT{builtin}="hwdb 'camera:usb:v$env{ID_VENDOR_ID}p$env{ID_MODEL_ID}:name:$attr{name}:'", \
   GOTO="camera_end"