CC: [email protected]
TO: "Steven Rostedt (VMware)" <[email protected]>

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git 
ftrace/eventfs
head:   98c5aabb161e22a877a91272fb99f8a1e9d9e784
commit: 257ae215118381ba942287c5fc7edf81336bc5d5 [29/31] Fixes to make it 
compile
:::::: branch date: 6 hours ago
:::::: commit date: 6 hours ago
compiler: xtensa-linux-gcc (GCC) 9.3.0

If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <[email protected]>


cppcheck possible warnings: (new ones prefixed by >>, may not real problems)

>> fs/tracefs/event_inode.c:203:24: warning: Unused variable: ti 
>> [unusedVariable]
    struct tracefs_inode *ti;
                          ^
>> fs/tracefs/event_inode.c:204:24: warning: Unused variable: ei 
>> [unusedVariable]
    struct eventfs_inode *ei;
                          ^
>> fs/tracefs/event_inode.c:205:23: warning: Unused variable: ef 
>> [unusedVariable]
    struct eventfs_file *ef, *n;
                         ^
>> fs/tracefs/event_inode.c:205:28: warning: Unused variable: n [unusedVariable]
    struct eventfs_file *ef, *n;
                              ^

vim +203 fs/tracefs/event_inode.c

fa0d07bef48a9a Ajay Kaher 2021-01-31  202  
fa0d07bef48a9a Ajay Kaher 2021-01-31 @203       struct tracefs_inode *ti;
fa0d07bef48a9a Ajay Kaher 2021-01-31 @204       struct eventfs_inode *ei;
fa0d07bef48a9a Ajay Kaher 2021-01-31 @205       struct eventfs_file *ef, *n;
fa0d07bef48a9a Ajay Kaher 2021-01-31  206       struct inode *inode = 
file_inode(file);
fa0d07bef48a9a Ajay Kaher 2021-01-31  207       struct dentry *dentry = 
file_dentry(file);
fa0d07bef48a9a Ajay Kaher 2021-01-31  208  
02514bdd3c4be7 Ajay Kaher 2021-03-16  209       printk("%s:%d dir = %s\n", 
__func__, __LINE__, dentry->d_iname);
02514bdd3c4be7 Ajay Kaher 2021-03-16  210  

:::::: The code at line 203 was first introduced by commit
:::::: fa0d07bef48a9aeb131618523c09d9ae154154c2 tracefs: Add eventfs for events

:::::: TO: Ajay Kaher <[email protected]>
:::::: CC: Steven Rostedt (VMware) <[email protected]>

---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/[email protected]
_______________________________________________
kbuild mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to