drivers: staging: vme: Fixed indention

Signed-off-by: Egor Uleyskiy <egor.ulieiskii@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Egor Uleyskiy 2015-11-22 11:27:52 +02:00 committed by Greg Kroah-Hartman
parent 7f60809750
commit 24e394b08e
3 changed files with 21 additions and 21 deletions

View file

@ -67,8 +67,8 @@ static int pio2_gpio_get(struct gpio_chip *chip, unsigned int offset)
return 0;
}
static void pio2_gpio_set(struct gpio_chip *chip, unsigned int offset,
int value)
static void pio2_gpio_set(struct gpio_chip *chip,
unsigned int offset, int value)
{
u8 reg;
int retval;