mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
nfs: cleanup tracepoint declarations
Cleanup tracepoint declarations by replacing commas with semicolons to better match other tracepoint declarations. No functional changes introduced. Signed-off-by: Leo Martins <loemra.dev@gmail.com> Reviewed-by: Jeff Layton <jlayton@kernel.org> Signed-off-by: Anna Schumaker <anna.schumaker@oracle.com>
This commit is contained in:
parent
83c47ef8ac
commit
64dd802224
|
|
@ -984,7 +984,7 @@ DECLARE_EVENT_CLASS(nfs_folio_event,
|
|||
__entry->fileid = nfsi->fileid;
|
||||
__entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
|
||||
__entry->version = inode_peek_iversion_raw(inode);
|
||||
__entry->offset = offset,
|
||||
__entry->offset = offset;
|
||||
__entry->count = count;
|
||||
),
|
||||
|
||||
|
|
@ -1034,8 +1034,8 @@ DECLARE_EVENT_CLASS(nfs_folio_event_done,
|
|||
__entry->fileid = nfsi->fileid;
|
||||
__entry->fhandle = nfs_fhandle_hash(&nfsi->fh);
|
||||
__entry->version = inode_peek_iversion_raw(inode);
|
||||
__entry->offset = offset,
|
||||
__entry->count = count,
|
||||
__entry->offset = offset;
|
||||
__entry->count = count;
|
||||
__entry->ret = ret;
|
||||
),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user