summaryrefslogtreecommitdiff
path: root/drivers/staging/sm750fb/sm750.c
diff options
context:
space:
mode:
authorMihaela Muraru <mihaela.muraru21@gmail.com>2016-10-06 11:07:44 +0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 11:24:18 +0300
commit9872fa751e0bad862161c442d44b7ea597e23676 (patch)
treee908e11726e526bb3976321492d07751b3e13987 /drivers/staging/sm750fb/sm750.c
parente0cb35095753c038f42d1b6bf68c4cd063b3fd21 (diff)
downloadlinux-9872fa751e0bad862161c442d44b7ea597e23676.tar.xz
Staging: sm750fb: fix do not add new typedefs warning
This patch fixes the checkpatch.pl warning: "WARNING: do not add new typedefs". Hiding a variables of type 'struct' is not always a good idea,because when we passing them as parameters we tempt to forget that in this proces we work with stack memory and allocatting struct on stack is something that we should manage carefuly. It is also delete the '_t' from the name of the structs and treat a line over 80 character issue in ddk750_mode.c, that appear after my modification. Signed-off-by: Mihaela Muraru <mihaela.muraru21@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/sm750.c')
0 files changed, 0 insertions, 0 deletions