From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: From: Bart Van Assche To: "linux@armlinux.org.uk" CC: "linux-arm-kernel@lists.infradead.org" , "linux-block@vger.kernel.org" , "jack@suse.cz" , "zhaohongjiang@huawei.com" , "yanaijie@huawei.com" , "axboe@kernel.dk" , "miaoxie@huawei.com" Subject: Re: [PATCH] ARM: Fix rd_size declaration Date: Wed, 26 Apr 2017 20:51:35 +0000 Message-ID: <1493239894.2632.15.camel@sandisk.com> References: <20170417231003.7178-1-bart.vanassche@sandisk.com> In-Reply-To: <20170417231003.7178-1-bart.vanassche@sandisk.com> Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 List-ID: On Mon, 2017-04-17 at 16:10 -0700, Bart Van Assche wrote: > The global variable 'rd_size' is declared as 'int' in source file > arch/arm/kernel/atags_parse.c and as 'unsigned long' in > drivers/block/brd.c. Fix this inconsistency. > [ ... ] Hello Russell, Have I sent this patch to the right maintainer? Thanks, Bart.= From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bart.VanAssche@sandisk.com (Bart Van Assche) Date: Wed, 26 Apr 2017 20:51:35 +0000 Subject: [PATCH] ARM: Fix rd_size declaration In-Reply-To: <20170417231003.7178-1-bart.vanassche@sandisk.com> References: <20170417231003.7178-1-bart.vanassche@sandisk.com> Message-ID: <1493239894.2632.15.camel@sandisk.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Mon, 2017-04-17 at 16:10 -0700, Bart Van Assche wrote: > The global variable 'rd_size' is declared as 'int' in source file > arch/arm/kernel/atags_parse.c and as 'unsigned long' in > drivers/block/brd.c. Fix this inconsistency. > [ ... ] Hello Russell, Have I sent this patch to the right maintainer? Thanks, Bart.