From: Shally Verma <[email protected]> correct checkpatch error
Signed-off-by: Shally Verma <[email protected]> Signed-off-by: Mahipal Challa <[email protected]> Cc:[email protected] Cc:[email protected] --- /** 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 **/ include/odp/api/spec/comp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/odp/api/spec/comp.h b/include/odp/api/spec/comp.h index 9d62eb91..117b4270 100755 --- a/include/odp/api/spec/comp.h +++ b/include/odp/api/spec/comp.h @@ -767,7 +767,7 @@ odp_packet_t odp_comp_packet_from_event(odp_event_t event); * Successful compression/decompression operations produce * packets which contain operation result metadata. This function copies the * operation results from an processed packet. Event subtype of this kind - * of packet is ODP_EVENT_PACKET_COMP. Results are undefined if input packet + * of packet is ODP_EVENT_PACKET_COMP. Results are undefined if input packet * has not be processed by compression/decompression call. * * @param[out] result Pointer to operation result for output @@ -785,7 +785,8 @@ int odp_comp_result(odp_packet_t packet, /** * Convert processed packet handle to event * - * The packet handle must be an output of an compression/decompression operation. + * The packet handle must be an output of an compression/decompression + * operation. * * @param pkt Packet handle from odp_comp_compress_enq()/ * odp_comp_decomp_enq()
