Skip to content
Snippets Groups Projects
Commit e66ab803 authored by Luis Gerhorst's avatar Luis Gerhorst
Browse files

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.
parent f93faaf5
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment