]> git.baikalelectronics.ru Git - kernel.git/commit
samples: configfs: consolidate local variables of the same type
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 24 Sep 2020 12:45:24 +0000 (14:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 13:46:21 +0000 (15:46 +0200)
commit63fe7c602f3eb808d6a56a3b565ada8a9af03fb6
tree76e937bad5d2e4da6c113ec619f0a254f555c243
parente03394295914f7fecef612d66afe3a22adf69c5f
samples: configfs: consolidate local variables of the same type

Move local variables of the same type into a single line for better
readability.

Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
samples/configfs/configfs_sample.c