Skip to content
Snippets Groups Projects
Commit 1b0d36e8 authored by Bartosz Golaszewski's avatar Bartosz Golaszewski Committed by Christoph Hellwig
Browse files

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: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent e0ee1fdb
No related branches found
No related tags found
No related merge requests found
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment