On 2/13/22 00:59, James Wang wrote:
/* Find and map CISS config table and transfer table -+ * several items must be unmapped (freed) later -+ * */ + * several items must be unmapped (freed) later + * */ static int hpsa_find_cfgtables(struct ctlr_info *h) { u64 cfg_offset;
Has this patch been verified with checkpatch? The style of the above comment does not conform to the Linux kernel coding style. Please fix.
Thanks, Bart.