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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user