[PATCH 2/6] Staging :ashmem.c fixes the spaces, formating and other formating issues pointed out by checkpatch.pl

Pradheep pradheep.sh at gmail.com
Wed Jan 18 03:19:20 UTC 2012


This patches fixes the formating issues in the ashmem.c pointed out by checkpatch.pl

Signed-off-by:pradheep.sh at gmail.com
---
 drivers/staging/android/ashmem.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/staging/android/ashmem.c b/drivers/staging/android/ashmem.c
index 99052bf..b4bc03e 100644
--- a/drivers/staging/android/ashmem.c
+++ b/drivers/staging/android/ashmem.c
@@ -315,7 +315,7 @@ static int ashmem_mmap(struct file *file, struct vm_area_struct *vma)
 	get_file(asma->file);
 
 	/*
-	 * XXX - Reworked to use shmem_zero_setup() instead of 
+	 * XXX - Reworked to use shmem_zero_setup() instead of
 	 * shmem_set_file while we're in staging. -jstultz
 	 */
 	if (vma->vm_flags & VM_SHARED) {
-- 
1.7.1




More information about the devel mailing list