This patch addresses review comments on v4 Patch. Main changes: -Changed event type to ODP_EVENT_PACKET and subtype to ODP_EVENT_PACKET_COMP
----------------github------------------------ /** Email created from pull request 102 (1234sv:api-next) ** https://github.com/Linaro/odp/pull/102 ** Patch: https://github.com/Linaro/odp/pull/102.patch ** Base sha: 30ed14c05ac17406c2f7890b34c4ac580b5e7a45 ** Merge commit sha: 5084a478f4da4e891e6e6963d2f1a177533fe812 **/ ----------------/github------------------------ ----------------checkpatch.pl------------------------ WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #14: include/odp/api/spec/comp.h | 819 ++++++++++++++++++++++++++++++++++++++++++++ ERROR: do not set execute permissions for source files #19: FILE: include/odp/api/spec/comp.h ERROR: trailing whitespace #793: FILE: include/odp/api/spec/comp.h:770: + * of packet is ODP_EVENT_PACKET_COMP. Results are undefined if input packet $ WARNING: line over 80 characters #811: FILE: include/odp/api/spec/comp.h:788: + * The packet handle must be an output of an compression/decompression operation. ERROR: Missing Signed-off-by: line(s) total: 3 errors, 2 warnings, 0 checks, 819 lines checked NOTE: whitespace errors detected, you may wish to use scripts/cleanpatch or scripts/cleanfile to_send-p-000.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. WARNING: Use a single space after Cc: #11: Cc:[email protected] WARNING: Use a single space after Cc: #12: Cc:[email protected] total: 0 errors, 2 warnings, 0 checks, 17 lines checked to_send-p-001.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 0 checks, 73 lines checked to_send-p-002.patch has no obvious style problems and is ready for submission. ----------------/checkpatch.pl------------------------
