From 2f12d53f9a248dcdfecf99fec9a37e49e4d3ca07 Mon Sep 17 00:00:00 2001 From: Gerard Marull-Paretas Date: Fri, 21 May 2021 15:23:26 +0200 Subject: [PATCH] device: fix unbalanced doxygen group An extra @} was present, remove it. Signed-off-by: Gerard Marull-Paretas --- include/device.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/include/device.h b/include/device.h index 9ef081cbd03..8263af3b4e8 100644 --- a/include/device.h +++ b/include/device.h @@ -614,10 +614,6 @@ static inline bool device_is_ready(const struct device *dev) return device_usable_check(dev) == 0; } -/** - * @} - */ - /** * @brief Indicate that the device is in the middle of a transaction *