1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2025-10-29 13:18:30 -05:00

Align order of specifiers: "static int inline" to "static inline int"

This commit is contained in:
Vincent Franchomme
2024-11-02 17:31:08 +01:00
parent 7f909d2d41
commit d4e1666282

View File

@@ -2153,7 +2153,7 @@ fix_extent_len:
/*
* returns 1 if current index have to be freed (even partial)
*/
static int inline
static inline int
ext4_ext_more_to_rm(struct ext4_ext_path *path)
{
BUG_ON(path->p_idx == NULL);