Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9567772f authored by Mariusz Kozlowski's avatar Mariusz Kozlowski Committed by Ralf Baechle
Browse files

[MIPS] klconfig add missing bracket

parent ff51a987
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -176,7 +176,7 @@ typedef struct kl_config_hdr {
/* --- New Macros for the changed kl_config_hdr_t structure --- */

#define PTR_CH_MALLOC_HDR(_k)   ((klc_malloc_hdr_t *)\
			(unsigned long)_k + (_k->ch_malloc_hdr_off)))
			((unsigned long)_k + (_k->ch_malloc_hdr_off)))

#define KL_CONFIG_CH_MALLOC_HDR(_n)   PTR_CH_MALLOC_HDR(KL_CONFIG_HDR(_n))