staging: fbtft: Fix indentation
authorLuis Gerhorst <luis.gerhorst@fau.de>
Wed, 10 Jan 2018 17:30:35 +0000 (18:30 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Jan 2018 18:14:47 +0000 (19:14 +0100)
commit9365f281e2c7c27fc5d02324640e66e61d09400c
tree05eb35b3897d01b4db7985bc072516f83ff9f2cf
parent7da75cc4278032ae4932fc0322e4f450bd10514e
staging: fbtft: Fix indentation

This fixes the checkpatch message:

    CHECK: Alignment should match open parenthesis
    #1380: FILE: drivers/staging/fbtft/fbtft-core.c:1380:
    + dev_warn(dev,
    + "no default functions for regwidth=%d and buswidth=%d\n",

Signed-off-by: Luis Gerhorst <linux-kernel@luisgerhorst.de>
Signed-off-by: Jonny Schaefer <schaefer.jonny@gmail.com>
Acked-by: Alexander Wuerstlein <arw@cs.fau.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/fbtft/fbtft-core.c