From b5549d6468ae16f3218ca90807bcc4492aa20b14 Mon Sep 17 00:00:00 2001 From: Ankit Kumar Date: Tue, 16 Jul 2019 12:50:12 +0530 Subject: [PATCH] qcacmn: Placed note section in commit desc Remove note section from code comment and placed in commit description for better readability. Macro for sending data packets Changed from macro function to static inline function due to error reported by checkpatch for multiple use of same variable. Change-Id: I0752cfff7502fabe0c2351a21a94cfac4625278f CRs-Fixed: 2490594 --- dp/wifi3.0/dp_htt.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dp/wifi3.0/dp_htt.c b/dp/wifi3.0/dp_htt.c index d41bac3f7a..d09529c897 100644 --- a/dp/wifi3.0/dp_htt.c +++ b/dp/wifi3.0/dp_htt.c @@ -391,9 +391,6 @@ htt_htc_misc_pkt_list_add(struct htt_soc *soc, struct dp_htt_htc_pkt *pkt) * @pkt: pkt to be send * @cmd : command to be recorded in dp htt logger * @buf : Pointer to buffer needs to be recored for above cmd - * Note: Changed from macro function to statis inline function - * due to error reported by checkpatch for multiple use - * of same variable. * * Return: None */