OSDN Git Service

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)
commit1b0d36e81bdc52684af19f0cad9c9dca13ce4dbc
tree3185fa3f4cbf2e1f8d09087618904f9bf535191d
parente0ee1fdb3fc49102e03c34527c5185b4761c7c8f
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