[PATCH v2] lib/kni : coding style is fixed
    Stephen Hemminger 
    stephen at networkplumber.org
       
    Tue May 16 17:16:11 CEST 2023
    
    
  
On Tue, 16 May 2023 11:03:59 +0000
Yasin CANER <yasinncaner at gmail.com> wrote:
> +	/* First, getting allocation count from alloc_q. alloc_q is allocated in this function*/ 
> +	/* and/or kni_alloc function from mempool.*/
> +	/* If alloc_q is completely removed, it shall be allocated again.*/
If you send another version of this patch. It would be good to follow the style of multi-line comment.
	/* First, getting allocation count from alloc_q. alloc_q is allocated in this function
	 *  and/or kni_alloc function from mempool.
	 * If alloc_q is completely removed, it shall be allocated again.
	 */
    
    
More information about the stable
mailing list