diff options
| author | Filipe Manana <[email protected]> | 2024-09-25 10:38:55 +0000 |
|---|---|---|
| committer | David Sterba <[email protected]> | 2024-10-01 17:14:10 +0000 |
| commit | 50c6f6e6806c65e41a039f0edef0816974403253 (patch) | |
| tree | 27bc9e9d472cb7eb052ffbf7799b1af13361e50f /fs/ext4/fast_commit.c | |
| parent | btrfs: drop the backref cache during relocation if we commit (diff) | |
| download | kernel-50c6f6e6806c65e41a039f0edef0816974403253.tar.gz kernel-50c6f6e6806c65e41a039f0edef0816974403253.zip | |
btrfs: tracepoints: end assignment with semicolon at btrfs_qgroup_extent event class
While running checkpatch.pl against a patch that modifies the
btrfs_qgroup_extent event class, it complained about using a comma instead
of a semicolon:
$ ./scripts/checkpatch.pl qgroups/0003-btrfs-qgroups-remove-bytenr-field-from-struct-btrfs_.patch
WARNING: Possible comma where semicolon could be used
#215: FILE: include/trace/events/btrfs.h:1720:
+ __entry->bytenr = bytenr,
__entry->num_bytes = rec->num_bytes;
total: 0 errors, 1 warnings, 184 lines checked
So replace the comma with a semicolon to silence checkpatch and possibly
other tools. It also makes the code consistent with the rest.
Reviewed-by: Qu Wenruo <[email protected]>
Signed-off-by: Filipe Manana <[email protected]>
Reviewed-by: David Sterba <[email protected]>
Signed-off-by: David Sterba <[email protected]>
Diffstat (limited to 'fs/ext4/fast_commit.c')
0 files changed, 0 insertions, 0 deletions
