[PATCH 3/6] omap:mailbox-fix checkpatch warnings
Sergei Shtylyov
sshtylyov at mvista.com
Wed Nov 10 11:49:39 EST 2010
Hello.
Hari Kanigeri wrote:
> Fix the checkpatch warnings observed in mailbox module
> Signed-off-by: Hari Kanigeri <h-kanigeri2 at ti.com>
> ---
> arch/arm/plat-omap/mailbox.c | 9 +++++----
> 1 files changed, 5 insertions(+), 4 deletions(-)
> diff --git a/arch/arm/plat-omap/mailbox.c b/arch/arm/plat-omap/mailbox.c
> index 9ce3570..ed960c1 100644
> --- a/arch/arm/plat-omap/mailbox.c
> +++ b/arch/arm/plat-omap/mailbox.c
[...]
> @@ -394,7 +394,8 @@ static int __init omap_mbox_init(void)
>
> /* kfifo size sanity check: alignment and minimal size */
> mbox_kfifo_size = ALIGN(mbox_kfifo_size, sizeof(mbox_msg_t));
> - mbox_kfifo_size = max_t(unsigned int, mbox_kfifo_size, sizeof(mbox_msg_t));
> + mbox_kfifo_size = max_t(unsigned int, mbox_kfifo_size,
> + sizeof(mbox_msg_t));
This line is over-indented a bit.
WBR, Sergei
More information about the linux-arm-kernel
mailing list