summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Klug <john.klug@multitech.com>2021-09-10 04:58:42 -0500
committerJohn Klug <john.klug@multitech.com>2021-09-10 05:00:14 -0500
commit0e772e1a11a545571232de6387699b73ac3278bf (patch)
treeaefd252c42aaba87a7b9ce0bc4f92ab2024112a7
parent3253c53926cd11a9fc96f5ef3c98b58f0aaef959 (diff)
downloadmts-io-0e772e1a11a545571232de6387699b73ac3278bf.tar.gz
mts-io-0e772e1a11a545571232de6387699b73ac3278bf.tar.bz2
mts-io-0e772e1a11a545571232de6387699b73ac3278bf.zip
Fix syntax error in radio_udev_discovery.c4.7.2
-rw-r--r--io-module/radio_udev_discovery.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io-module/radio_udev_discovery.c b/io-module/radio_udev_discovery.c
index 88f5d0d..3a557ca 100644
--- a/io-module/radio_udev_discovery.c
+++ b/io-module/radio_udev_discovery.c
@@ -57,7 +57,7 @@ verify_vpid(struct sig_pid_radio_reset_monitor_s *p)
vcount = refcount_read(&vpid1->count);
#else
vcount = atomic_read(&vpid1->count);
- #fi
+ #endif
} else
vcount = 0;
rcu_read_unlock();