| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | Re: [PATCH] mips: klconfig add missing bracket |
| From: | Mariusz Kozlowski <m.kozlowski@tuxland.pl> |
| Date: | Thu, 30 Nov 2006 13:05:48 +0100 |
| Cc: | linux-mips@linux-mips.org, linux-kernel@vger.kernel.org |
| In-reply-to: | <20061130115944.GA9564@linux-mips.org> |
| Original-recipient: | rfc822;linux-mips@linux-mips.org |
| References: | <200611301016.29505.m.kozlowski@tuxland.pl> <20061130115944.GA9564@linux-mips.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
| User-agent: | KMail/1.9.5 |
> The patch is ok but please add a Signed-off-by: line to every patch you
> send, See Documentation/SubmittingPatches for what this is about.
Right. Must have ovelooked that. Second try:
This patch adds missing bracket.
Signed-off-by: Mariusz Kozlowski <m.kozlowski@tuxland.pl>
include/asm-mips/sn/klconfig.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-2.6.19-rc6-mm2-a/include/asm-mips/sn/klconfig.h 2006-11-16
05:03:40.000000000 +0100
+++ linux-2.6.19-rc6-mm2-b/include/asm-mips/sn/klconfig.h 2006-11-30
00:58:32.000000000 +0100
@@ -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))
--
Regards,
Mariusz Kozlowski
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: [PATCH] mips: klconfig add missing bracket, Ralf Baechle |
|---|---|
| Next by Date: | [PATCH 2.6.18] declance: Fix RX ownership handover, Maciej W. Rozycki |
| Previous by Thread: | Re: [PATCH] mips: klconfig add missing bracket, Ralf Baechle |
| Next by Thread: | [PATCH 2.6.18] declance: Fix RX ownership handover, Maciej W. Rozycki |
| Indexes: | [Date] [Thread] [Top] [All Lists] |