mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-10 22:22:51 -04:00
CRIS v32: Fix minor formatting issue in mach-a3/io.c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user