projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4cf37a
)
staging: sm750fb: Fix of long line in makefile variable
author
R Veera Kumar
<vkor@vkten.in>
Thu, 19 Mar 2020 09:50:52 +0000
(15:20 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Thu, 19 Mar 2020 14:11:35 +0000
(15:11 +0100)
A simple fix of long line in makefile variable assignment.
Found using checkpatch.pl.
Signed-off-by: R Veera Kumar <vkor@vkten.in>
Link:
https://lore.kernel.org/r/20200319095024.GA2970@tulip.local
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/Makefile
patch
|
blob
|
history
diff --git
a/drivers/staging/sm750fb/Makefile
b/drivers/staging/sm750fb/Makefile
index 1cf3849cef237db04e69d3d24743a28c73fbd3ee..b89aa4c12e9d9a7a1f4d6eeb582a641c3f50cd7a 100644
(file)
--- a/
drivers/staging/sm750fb/Makefile
+++ b/
drivers/staging/sm750fb/Makefile
@@
-1,5
+1,7
@@
# SPDX-License-Identifier: GPL-2.0
obj-$(CONFIG_FB_SM750) += sm750fb.o
-sm750fb-objs := sm750.o sm750_hw.o sm750_accel.o sm750_cursor.o ddk750_chip.o ddk750_power.o ddk750_mode.o
-sm750fb-objs += ddk750_display.o ddk750_swi2c.o ddk750_sii164.o ddk750_dvi.o ddk750_hwi2c.o
+sm750fb-objs := sm750.o sm750_hw.o sm750_accel.o sm750_cursor.o \
+ ddk750_chip.o ddk750_power.o ddk750_mode.o \
+ ddk750_display.o ddk750_swi2c.o ddk750_sii164.o \
+ ddk750_dvi.o ddk750_hwi2c.o