projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff51a98
)
[MIPS] klconfig add missing bracket
author
Mariusz Kozlowski
<m.kozlowski@tuxland.pl>
Thu, 30 Nov 2006 09:16:29 +0000
(10:16 +0100)
committer
Ralf Baechle
<ralf@linux-mips.org>
Mon, 4 Dec 2006 22:43:11 +0000
(22:43 +0000)
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
include/asm-mips/sn/klconfig.h
patch
|
blob
|
blame
|
history
diff --git
a/include/asm-mips/sn/klconfig.h
b/include/asm-mips/sn/klconfig.h
index b63cd0655b3d554d2145acd134d2815c67e69f22..15d70ca561870cb9d48db00c7183b9377df0ee0a 100644
(file)
--- a/
include/asm-mips/sn/klconfig.h
+++ b/
include/asm-mips/sn/klconfig.h
@@
-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))