-
- Downloads
drivers/fbtft: Remove unnecessary braces from if/else-if
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) { introduces by patch #1.
Loading
Please register or sign in to comment