Skip to content

Commit 1b0d36e

Browse files
brglChristoph Hellwig
authored andcommitted
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 <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent e0ee1fd commit 1b0d36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/configfs/configfs_sample.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ static void simple_child_release(struct config_item *item)
172172
}
173173

174174
static struct configfs_item_operations simple_child_item_ops = {
175-
.release = simple_child_release,
175+
.release = simple_child_release,
176176
};
177177

178178
static const struct config_item_type simple_child_type = {

0 commit comments

Comments
 (0)