]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
checkpatch: fix style issues in BLOG code blog-patch-series-v2
authorAlex Markuze <amarkuze@redhat.com>
Thu, 16 Oct 2025 09:00:34 +0000 (09:00 +0000)
committerAlex Markuze <amarkuze@redhat.com>
Thu, 16 Oct 2025 09:00:34 +0000 (09:00 +0000)
commitd7f40f829f5b1c2f8a7417335183f3577901befd
tree7d28d3178c2b05222dbaabf8bd001941f38ae976
parent846915a9423c970f7e3e61e1e50bd5ddef93c105
checkpatch: fix style issues in BLOG code

Fix various checkpatch warnings and errors:
- Replace CONFIG_FOO || CONFIG_FOO_MODULE with CONFIG_FOO
- Remove global NULL initializers
- Fix code indentation (use tabs not spaces)
- Add missing blank lines after declarations
- Use seq_puts() instead of seq_printf() for constant strings
- Remove trailing whitespace
- Fix parenthesis alignment issues
fs/ceph/blog_client.c
fs/ceph/blog_debugfs.c
fs/ceph/blog_integration_example.c
include/linux/ceph/ceph_debug.h
include/linux/sched.h
kernel/fork.c
lib/blog/blog_core.c
lib/blog/blog_des.c
lib/blog/blog_module.c
lib/blog/blog_pagefrag.c