]> git.karo-electronics.de Git - karo-tx-linux.git/commit
greybus: gpio: make gb_gpio_controller pointer naming consistent
authorJohan Hovold <johan@hovoldconsulting.com>
Thu, 19 Mar 2015 15:51:14 +0000 (16:51 +0100)
committerGreg Kroah-Hartman <greg@kroah.com>
Thu, 19 Mar 2015 16:29:40 +0000 (17:29 +0100)
commit8aff1aceb28dd692a35f628479357896551ab4e9
tree4e4f289e0189b72ac719c0a30e6dfb950054226c
parentbda7e2d1126f20c57f175c37c26c42b41ee4b64f
greybus: gpio: make gb_gpio_controller pointer naming consistent

Rename all struct gb_gpio_controller-pointer variables "ggc" for
consistency and readability reason.

This also fixes a bunch of lines that exceeded the 80 columns limit.

Signed-off-by: Johan Hovold <johan@hovoldconsulting.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
drivers/staging/greybus/gpio.c