Hello, Using checkpatch.pl, i get the following warnings(errors):
WARNING: %Ld/%Lu are not-standard C, use %lld/%llu
#93: FILE: btrfs-corrupt-block.c:317:
+                       fprintf(stderr, "Couldn't find inode %Lu\n", inode);

WARNING: %Ld/%Lu are not-standard C, use %lld/%llu
#103: FILE: btrfs-corrupt-block.c:327:
+               fprintf(stderr, "Couldn't find inode %Lu\n", inode);

total: 0 errors, 2 warnings, 169 lines checked

patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Thanks, Wang
--
To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to