Commit ac17e82a authored by Jesper Nilsson's avatar Jesper Nilsson

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

parent f8e47cb0
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment