summaryrefslogtreecommitdiff
path: root/drivers/video/hpfb.c
diff options
context:
space:
mode:
authorKelley Nielsen <kelleynnn@gmail.com>2013-10-29 15:07:40 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-10-29 15:36:17 (GMT)
commit74827f8dfa52103db66c32958f2844abbcec92c5 (patch)
treeb5768fa324ca9f8d87c6d762158c68181f74c95a /drivers/video/hpfb.c
parenteb2ec63979702f04d45f608f635b0533defefa16 (diff)
downloadlinux-fsl-qoriq-74827f8dfa52103db66c32958f2844abbcec92c5.tar.xz
staging: ft1000: style issues fixed in write_blk
function write_blk, in ft1000_download.c, contains many coding style issues. It has indentations of 3 spaces, long lines, C99 comments, and extra whitespace. It also has a return type of u32, and changing the returned variable in the function triggers a checkpatch leading spaces warning. Indentation should be fixed throughout the file for consistency. This patch fixes those issues, in preparation for correcting the status return type throughout the file. The variable Status has been changed from u32 to int and renamed status. Signed-off-by: Kelley Nielsen <kelleynnn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/video/hpfb.c')
0 files changed, 0 insertions, 0 deletions