Skip to content

Commit 724b62b

Browse files
Gelmagregungerer
authored andcommitted
arch/m68knommu/platform/68360/commproc.c: Checkpatch cleanup
Checkpatch cleanup Signed-off-by: Andrea Gelmini <[email protected]> Signed-off-by: Greg Ungerer <[email protected]>
1 parent 7aa5cca commit 724b62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arch/m68knommu/platform/68360/commproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ void m360_cpm_reset()
110110
/* pte = find_pte(&init_mm, host_page_addr); */
111111
/* pte_val(*pte) |= _PAGE_NO_CACHE; */
112112
/* flush_tlb_page(current->mm->mmap, host_buffer); */
113-
113+
114114
/* Tell everyone where the comm processor resides.
115115
*/
116116
/* cpmp = (cpm360_t *)commproc; */
@@ -191,7 +191,7 @@ cpm_interrupt(int irq, void * dev, struct pt_regs * regs)
191191
*/
192192
((immap_t *)IMAP_ADDR)->im_cpic.cpic_cisr |= (1 << vec);
193193
#endif
194-
194+
195195
}
196196

197197
/* The CPM can generate the error interrupt when there is a race condition

0 commit comments

Comments
 (0)