rakhisharma

Untitled

Feb 22nd, 2016
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. root@anchal:/home/git/kernels/staging# make coccicheck MODE=report
  2.  
  3. Please check for false positives in the output before submitting a patch.
  4. When using "patch" mode, carefully review the patch before submitting it.
  5.  
  6. ./fs/ncpfs/inode.c:55:7-28: WARNING: casting value returned by memory allocation function to (struct ncp_inode_info *) is useless.
  7. ./fs/9p/vfs_inode.c:241:12-29: WARNING: casting value returned by memory allocation function to (struct v9fs_inode *) is useless.
  8. ./fs/proc/inode.c:60:7-24: WARNING: casting value returned by memory allocation function to (struct proc_inode *) is useless.
  9. ./drivers/block/cciss_scsi.c:706:9-41: WARNING: casting value returned by memory allocation function to (struct cciss_scsi_adapter_data_t *) is useless.
  10. ./sound/pci/emu10k1/emufx.c:1189:19-28: WARNING: casting value returned by memory allocation function to (u_int32_t *) is useless.
  11. ./sound/pci/emu10k1/emufx.c:1827:19-28: WARNING: casting value returned by memory allocation function to (u_int32_t *) is useless.
  12. ./drivers/scsi/hpsa.c:6395:8-32: WARNING: casting value returned by memory allocation function to (BIG_IOCTL_Command_struct *) is useless.
  13. ./drivers/dma/dw/core.c:1171:7-8: WARNING: *_pool_zalloc should be used for desc, instead of *_pool_alloc/memset
Add Comment
Please, Sign In to add comment