Staging: sm750fb: remove typedef for enum in ddk750_power.{c,h}
authorKeerthi Reddy <keerthigd4990@gmail.com>
Mon, 2 Oct 2017 09:31:14 +0000 (15:01 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 3 Oct 2017 16:12:04 +0000 (18:12 +0200)
commit3ec58059d16ba2a9e47c697546e5cb92dbf4f10a
treec724c6361fac6413fa0bece1af2512d689776fcb
parent1cd5929ab675b285e2179ec33cb0fef185aaabd1
Staging: sm750fb: remove typedef for enum in ddk750_power.{c,h}

Using typedef will hide that 'DPMS_t' is enum. Removing this
will make sure that we are actually working with enum. Also it is
not a good coding style to use typedef

In this commit remove typedef and lowercaser the name 'DPMS_t'. And
also drop '_t' which traditionally means typedef.

Signed-off-by: Keerthi Reddy <keerthigd4990@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_power.c
drivers/staging/sm750fb/ddk750_power.h