gregkh / usbutils

USB utilities for Linux, including lsusb
http://www.linux-usb.org
354 stars 199 forks source link

usb-devices: fix bashism #179

Closed DimStar77 closed 9 months ago

DimStar77 commented 9 months ago

checkbashisms usb-devices possible bashism in usb-devices line 78 ('((' should be '$(('): maxps=$(($(printf "%4i*%s\n" $((maxps_hex & 0x7ff)) \ $((1 + ((maxps_hex >> 11) & 0x3))))))

gregkh commented 9 months ago

Thanks!