]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/video/cirrusfb.c
cirrusfb: remove typedefs
authorKrzysztof Helt <krzysztof.h1@wp.pl>
Tue, 16 Oct 2007 08:29:11 +0000 (01:29 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 16 Oct 2007 16:43:18 +0000 (09:43 -0700)
commit7345de32df7ef0ab49eaa88cad1297d8572a6757
treeeacb8e22e089f0d8d8da7d3dec5cfc48ac85aede
parent8503df65976d0f845f49e8debff55c031635754e
cirrusfb: remove typedefs

This patch replaces "typedef enum" with "enum type" constructs.  Using the
typedef is error for the checkpatch.pl script.

Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Antonino Daplas <adaplas@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/cirrusfb.c