[PATCH 2/3] drivers/fbtft: Remove unnecessary braces from if/else

2018-01-08 Thread Luis Gerhorst
The Linux kernel coding style states that braces should only be used when necessary. This fixes the checkpatch warning WARNING: line over 80 characters + } else if (display->regwidth == 8 && display->buswidth == 9 && par->spi) { introduced by patch #1. Sig

[PATCH 1/3] drivers/fbtft: Remove newline after else in else-if

2018-01-08 Thread Luis Gerhorst
This removes the following warning issued by checkpatch WARNING: suspect code indent for conditional statements (8, 8) + } else + if (display->regwidth == 8 && display->buswidth == 9 && par->spi) { Signed-off-by: Luis Gerhorst <linux-ker...@luisgerhorst.

[PATCH 3/3] drivers/fbtft: Fix indentation

2018-01-08 Thread Luis Gerhorst
Signed-off-by: Luis Gerhorst <linux-ker...@luisgerhorst.de> Acked-by: Jonny Schaefer <schaefer.jo...@gmail.com> Acked-by: Alexander Wuerstlein <a...@cs.fau.de> --- drivers/staging/fbtft/fbtft-core.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dri

Re: [driver-core:driver-core-testing] BUILD SUCCESS ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705

2023-12-25 Thread Luis Gerhorst
Luis > El 25.12.2023, a las 4:31, kernel test robot escribió: > > tree/branch: > https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core.git > driver-core-testing > branch HEAD: ae4d90f7ca49eb71f8a3dca64d06d4c4e2193705 driver core: device.h: > fix Excess kernel-doc description