mirror of
https://github.com/bobranten/Ext4Fsd.git
synced 2025-10-30 05:18:31 -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)
|
* 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)
|
ext4_ext_more_to_rm(struct ext4_ext_path *path)
|
||||||
{
|
{
|
||||||
BUG_ON(path->p_idx == NULL);
|
BUG_ON(path->p_idx == NULL);
|
||||||
|
|||||||
Reference in New Issue
Block a user