Commit 724b62b5f73e7d17c737ddb879e0543c886b20ce

Authored by Andrea Gelmini
Committed by Greg Ungerer
1 parent 7aa5ccaae6

arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanup

Checkpatch cleanup

Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

arch/m68knommu/platform/68360/commproc.c
... ... @@ -110,7 +110,7 @@
110 110 /* pte = find_pte(&init_mm, host_page_addr); */
111 111 /* pte_val(*pte) |= _PAGE_NO_CACHE; */
112 112 /* flush_tlb_page(current->mm->mmap, host_buffer); */
113   -
  113 +
114 114 /* Tell everyone where the comm processor resides.
115 115 */
116 116 /* cpmp = (cpm360_t *)commproc; */
... ... @@ -191,7 +191,7 @@
191 191 */
192 192 ((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec);
193 193 #endif
194   -
  194 +
195 195 }
196 196  
197 197 /* The CPM can generate the error interrupt when there is a race condition