Message ID | 20230331092314.2209-1-tzimmermann@suse.de |
---|---|
Headers | show |
Series | fbdev: Remove trailing whitespaces | expand |
Hi Thomas, On 5/11/23 14:08, Thomas Zimmermann wrote: > I thought these patches would go through the fbdev tree, but I could > not find them v6.4-rc1. Please review the remaining ones, so that I > can merge them via drm-misc. Sorry, I thought you had planned to take them through drm-misc anyway, so I didn't applied them. I just reviewed them again, and you may add my Acked-by: Helge Deller <deller@gmx.de> Alternatively I can apply them now to fbdev and send them for -rc2. Just let me know your preference. Helge > > Best regards > Thomas > > Am 31.03.23 um 11:22 schrieb Thomas Zimmermann: >> The trailing whitespaces are annoying. So remove them. No >> functional changes. Some of the patches has already been >> acked by Helge. >> >> Thomas Zimmermann (15): >> fbdev/68328fb: Remove trailing whitespaces >> fbdev/atmel_lcdfb: Remove trailing whitespaces >> fbdev/cg14: Remove trailing whitespaces >> fbdev/controlfb: Remove trailing whitespaces >> fbdev/g364fb: Remove trailing whitespaces >> fbdev/hgafb: Remove trailing whitespaces >> fbdev/hpfb: Remove trailing whitespaces >> fbdev/macfb: Remove trailing whitespaces >> fbdev/maxinefb: Remove trailing whitespaces >> fbdev/p9100: Remove trailing whitespaces >> fbdev/platinumfb: Remove trailing whitespaces >> fbdev/sa1100fb: Remove trailing whitespaces >> fbdev/stifb: Remove trailing whitespaces >> fbdev/valkyriefb: Remove trailing whitespaces >> fbdev/vfb: Remove trailing whitespaces >> >> drivers/video/fbdev/68328fb.c | 12 +-- >> drivers/video/fbdev/atmel_lcdfb.c | 2 +- >> drivers/video/fbdev/cg14.c | 2 +- >> drivers/video/fbdev/controlfb.c | 34 +++---- >> drivers/video/fbdev/g364fb.c | 6 +- >> drivers/video/fbdev/hgafb.c | 36 +++---- >> drivers/video/fbdev/hpfb.c | 8 +- >> drivers/video/fbdev/macfb.c | 10 +- >> drivers/video/fbdev/maxinefb.c | 2 +- >> drivers/video/fbdev/p9100.c | 4 +- >> drivers/video/fbdev/platinumfb.c | 30 +++--- >> drivers/video/fbdev/sa1100fb.c | 32 +++--- >> drivers/video/fbdev/stifb.c | 156 +++++++++++++++--------------- >> drivers/video/fbdev/valkyriefb.c | 14 +-- >> drivers/video/fbdev/vfb.c | 10 +- >> 15 files changed, 179 insertions(+), 179 deletions(-) >> >