Skip to content

Commit c87351d

Browse files
committed
guess/device-tree: fix typo in the variable name "modalias"
Fix commit 7fbb3cd. Signed-off-by: Anton Midyukov <[email protected]>
1 parent c72dd06 commit c87351d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guess/device-tree/action

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ filters=0
2525
find "$SYSFS_PATH"/devices/ -type f -name modalias -printf '%h/uevent\0' |
2626
xargs -r0 grep -l '^OF_NAME=' 2>/dev/null |
2727
while read -r uevent; do
28-
modialias_file="${uevent%/uevent}/modalias"
28+
modalias_file="${uevent%/uevent}/modalias"
2929

3030
if [ "$filters" -eq 0 ]; then
3131
printf '%s\n' "$modalias_file"

0 commit comments

Comments
 (0)