OSDN Git Service

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)
commit4e415a844ddd705cc7de87e01f0e6189a3def8ef
tree76e937bad5d2e4da6c113ec619f0a254f555c243
parent91aad62560fc8cc11a1f04e627da0c0f0d33ef08
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