From 6e9500852a8b6a768e0d975809de99ebd2076af5 Mon Sep 17 00:00:00 2001 From: Jordan Yates Date: Wed, 21 Apr 2021 21:29:16 +1000 Subject: [PATCH] lorawan: minor formatting fixes Fix a typo, remove a stray semicolon, convert a tab to a space. Signed-off-by: Jordan Yates --- include/lorawan/lorawan.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/lorawan/lorawan.h b/include/lorawan/lorawan.h index e7dbd966e22..f0f63f72cfd 100644 --- a/include/lorawan/lorawan.h +++ b/include/lorawan/lorawan.h @@ -198,7 +198,7 @@ int lorawan_set_conf_msg_tries(uint8_t tries); * @brief Enable Adaptive Data Rate (ADR) * * Control whether adaptive data rate (ADR) is enabled. When ADR is enabled, - * the data rate is treated as a default data rate that wil be used if the + * the data rate is treated as a default data rate that will be used if the * ADR algorithm has not established a data rate. ADR should normally only * be enabled for devices with stable RF conditions (i.e., devices in a mostly * static location). @@ -245,4 +245,4 @@ void lorawan_get_payload_sizes(uint8_t *max_next_payload_size, } #endif -#endif /* ZEPHYR_INCLUDE_LORAWAN_LORAWAN_H_ */ +#endif /* ZEPHYR_INCLUDE_LORAWAN_LORAWAN_H_ */