aboutsummaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorJoshua Rogers <Joshua@Joshua.Hu>2025-03-07 17:53:34 +0000
committerVladimir Kondratyev <wulf@FreeBSD.org>2025-03-07 17:53:34 +0000
commit02fb6b1162d94962acde5815aa7c315191c3ec03 (patch)
treeba47a40c597c24f1aa80931256442506fcbf65d5 /sys/dev
parentd452a029953e6e3879c4e73fb023ad9b7ac281a3 (diff)
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/input/wsp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/input/wsp.c b/sys/dev/usb/input/wsp.c
index d74ba1da32b1..55b9aadfce86 100644
--- a/sys/dev/usb/input/wsp.c
+++ b/sys/dev/usb/input/wsp.c
@@ -120,7 +120,7 @@ static struct wsp_tuning {
};
static void
-wsp_runing_rangecheck(struct wsp_tuning *ptun)
+wsp_running_rangecheck(struct wsp_tuning *ptun)
{
WSP_CLAMP(ptun->scale_factor, 1, 63);
WSP_CLAMP(ptun->z_factor, 1, 63);
@@ -958,7 +958,7 @@ wsp_intr_callback(struct usb_xfer *xfer, usb_error_t error)
int slot = 0;
#endif
- wsp_runing_rangecheck(&tun);
+ wsp_running_rangecheck(&tun);
if (sc->dz_count == 0)
sc->dz_count = WSP_DZ_MAX_COUNT;