gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use
authorKent Gibson <warthog618@gmail.com>
Wed, 8 Jul 2020 04:15:48 +0000 (12:15 +0800)
committerBartosz Golaszewski <bgolaszewski@baylibre.com>
Sun, 12 Jul 2020 08:22:00 +0000 (10:22 +0200)
commit49bc52798d7bb66e958d7ea7378c38ec258b9037
tree6c6eabaf6f3f51b06dea67238f050a51d22e6b91
parentc274b58a4b8a3bfbf0bb0b5f5332e3e049d75b65
gpiolib: cdev: rename 'filep' and 'filp' to 'file' to be consistent with other use

Rename 'filep' and 'filp' to 'file' to be consistent with other use
and improve readability.

Signed-off-by: Kent Gibson <warthog618@gmail.com>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
drivers/gpio/gpiolib-cdev.c