Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- root@anchal:/home/git/kernels/staging# make coccicheck MODE=report
- Please check for false positives in the output before submitting a patch.
- When using "patch" mode, carefully review the patch before submitting it.
- ./fs/ncpfs/inode.c:55:7-28: WARNING: casting value returned by memory allocation function to (struct ncp_inode_info *) is useless.
- ./fs/9p/vfs_inode.c:241:12-29: WARNING: casting value returned by memory allocation function to (struct v9fs_inode *) is useless.
- ./fs/proc/inode.c:60:7-24: WARNING: casting value returned by memory allocation function to (struct proc_inode *) is useless.
- ./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.
- ./sound/pci/emu10k1/emufx.c:1189:19-28: WARNING: casting value returned by memory allocation function to (u_int32_t *) is useless.
- ./sound/pci/emu10k1/emufx.c:1827:19-28: WARNING: casting value returned by memory allocation function to (u_int32_t *) is useless.
- ./drivers/scsi/hpsa.c:6395:8-32: WARNING: casting value returned by memory allocation function to (BIG_IOCTL_Command_struct *) is useless.
- ./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