mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-23 23:50:51 +07:00
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>
This commit is contained in:
parent
e0ee1fdb3f
commit
1b0d36e81b
@ -172,7 +172,7 @@ static void simple_child_release(struct config_item *item)
|
||||
}
|
||||
|
||||
static struct configfs_item_operations simple_child_item_ops = {
|
||||
.release = simple_child_release,
|
||||
.release = simple_child_release,
|
||||
};
|
||||
|
||||
static const struct config_item_type simple_child_type = {
|
||||
|
Loading…
Reference in New Issue
Block a user