Re: [PATCH v3] staging: rtl8192e: Aligning the * on each line in block comments

From: Joe Perches
Date: Thu Feb 02 2017 - 13:19:01 EST


On Thu, 2017-02-02 at 23:28 +0530, Arushi wrote:
> This patch fixes the issue by aligning the * on each line in block comments.
> [Patch v1] is rejected as the changes done is not following the linux
> coding style and [Patch v2] is rejected because forgot to mention the
> cause of rejection of [Patch v1].
>
> Signed-off-by: Arushi <arushisinghal19971997@xxxxxxxxx>
>
> --
>
> Changes done from the [PATCH v1] is
>
> diff --git a/drivers/staging/speakup/speakup_decpc.c
> b/drivers/staging/speakup/speakup_decpc.c

Don't put a diff into the commit message.

Put a textual description of the changes
below the --- line.