Revision f5cd9f14e2660e610d8bb99ce723ef098b65ae9c authored by Ralf Baechle on 01 November 2007, 12:22:53 UTC, committed by Ralf Baechle on 02 November 2007, 16:13:47 UTC
arch/mips/au1000/pb1200/board_setup.c:71: warning: unused variable 'pin_func'

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
1 parent c892529
Raw File
Lindent
#!/bin/sh
indent -npro -kr -i8 -ts8 -sob -l80 -ss -ncs -cp1 "$@"
back to top