Browse Source

CRIS v32: Fix minor formatting issue in mach-a3/io.c

Jesper Nilsson 17 years ago
parent
commit
ac17e82a87
1 changed files with 1 additions and 2 deletions
  1. 1 2
      arch/cris/arch-v32/mach-a3/io.c

+ 1 - 2
arch/cris/arch-v32/mach-a3/io.c

@@ -114,8 +114,7 @@ int crisv32_io_get(struct crisv32_iopin *iopin,
 	return 0;
 }
 
-int crisv32_io_get_name(struct crisv32_iopin *iopin,
-	const char *name)
+int crisv32_io_get_name(struct crisv32_iopin *iopin, const char *name)
 {
 	int port;
 	int pin;