On Tue, Jan 17, 2012 at 07:19:19PM -0800, Pradheep wrote:
> This patch fixes the formating and other trival formatting issues pointed out 
> by checkpatch.pl
> 
> Signed-off-by:[email protected]

The format should be:

Signed-off-by: Your Name <[email protected]>

> ---
>  drivers/staging/android/android_pmem.h |   17 ++++++++---------
>  1 files changed, 8 insertions(+), 9 deletions(-)
> 
> diff --git a/drivers/staging/android/android_pmem.h 
> b/drivers/staging/android/android_pmem.h
> index f633621..5dd332f 100644
> --- a/drivers/staging/android/android_pmem.h
> +++ b/drivers/staging/android/android_pmem.h
> @@ -7,7 +7,7 @@
>   * may be copied, distributed, and modified under those terms.
>   *
>   * This program is distributed in the hope that it will be useful,
> - * but WITHOUT ANY WARRANTY; without even the implied warranty of 
> + * but WITHOUT ANY WARRANTY; without even the implied warranty of
>   * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
>   * GNU General Public License for more details.
>   *
> @@ -16,7 +16,7 @@
>  #ifndef _ANDROID_PMEM_H_
>  #define _ANDROID_PMEM_H_
>  
> -#define PMEM_IOCTL_MAGIC 'p'
> +#define PMEM_IOCTL_MAGIC ('p')

You don't need parenthesis here.  Did checkpatch really complain
about this?

regards,
dan carpenter


Attachment: signature.asc
Description: Digital signature

_______________________________________________
devel mailing list
[email protected]
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

Reply via email to