We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eae324c commit d78aa60Copy full SHA for d78aa60
fs/configfs/dir.c
@@ -970,7 +970,7 @@ static void configfs_dump_one(struct configfs_dirent *sd, int level)
970
{
971
pr_info("%*s\"%s\":\n", level, " ", configfs_get_name(sd));
972
973
-#define type_print(_type) if (sd->s_type & _type) pr_info("%*s %s\n", level, " ", #_type);
+#define type_print(_type) if (sd->s_type & _type) pr_info("%*s %s\n", level, " ", #_type)
974
type_print(CONFIGFS_ROOT);
975
type_print(CONFIGFS_DIR);
976
type_print(CONFIGFS_ITEM_ATTR);
0 commit comments