Commit 3c1fb411 authored by James Roy's avatar James Roy Committed by Mahesh Mahadevan
Browse files

style: Inconsistent macro names changed



Fix incorrect header file pre-macro names in
'include/zephyr/app_memory', 'include/zephyr/display'
and 'include/zephyr/mgmt'.

Signed-off-by: default avatarJames Roy <rruuaanng@outlook.com>
parent b46e1767
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -5,8 +5,8 @@
 * SPDX-License-Identifier: Apache-2.0
 */

#ifndef INCLUDE_APP_MEMORY_MEM_DOMAIN_H
#define INCLUDE_APP_MEMORY_MEM_DOMAIN_H
#ifndef ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_
#define ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_

#include <stdint.h>
#include <stddef.h>
@@ -193,4 +193,4 @@ int k_mem_domain_add_thread(struct k_mem_domain *domain,
#endif

/** @} */
#endif /* INCLUDE_APP_MEMORY_MEM_DOMAIN_H */
#endif /* ZEPHYR_INCLUDE_APP_MEMORY_MEM_DOMAIN_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
 * @brief Public Monochrome Character Framebuffer API
 */

#ifndef __CFB_H__
#define __CFB_H__
#ifndef ZEPHYR_INCLUDE_DISPLAY_CFB_H_
#define ZEPHYR_INCLUDE_DISPLAY_CFB_H_

#include <zephyr/device.h>
#include <zephyr/drivers/display.h>
@@ -256,4 +256,4 @@ void cfb_framebuffer_deinit(const struct device *dev);
 * @}
 */

#endif /* __CFB_H__ */
#endif /* ZEPHYR_INCLUDE_DISPLAY_CFB_H_ */
+3 −3
Original line number Diff line number Diff line
@@ -9,8 +9,8 @@
 * @brief Open Supervised Device Protocol (OSDP) public API header file.
 */

#ifndef _OSDP_H_
#define _OSDP_H_
#ifndef ZEPHYR_INCLUDE_MGMT_OSDP_H_
#define ZEPHYR_INCLUDE_MGMT_OSDP_H_

#include <zephyr/kernel.h>
#include <stdint.h>
@@ -480,4 +480,4 @@ uint32_t osdp_get_sc_status_mask(void);
}
#endif

#endif	/* _OSDP_H_ */
#endif	/* ZEPHYR_INCLUDE_MGMT_OSDP_H_ */