]> git.baikalelectronics.ru Git - kernel.git/commit
samples: configfs: fix alignment in item struct
authorBartosz Golaszewski <bgolaszewski@baylibre.com>
Thu, 24 Sep 2020 12:45:20 +0000 (14:45 +0200)
committerChristoph Hellwig <hch@lst.de>
Wed, 7 Oct 2020 13:44:59 +0000 (15:44 +0200)
commit1b68c925f9f0cb421eadf6e2c72d4dd86b6bb765
tree3185fa3f4cbf2e1f8d09087618904f9bf535191d
parent74ae4637279c5338c882be5ea489be26e988993a
samples: configfs: fix alignment in item struct

Aling the assignment of a static structure's field to be consistent with
all other instances.

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