RE: [Intel-wired-lan] [PATCH] fm10k: Use seq_putc() in fm10k_dbg_desc_break()

2017-09-18 Thread Singh, Krishneil K
janit...@vger.kernel.org; LKML > Subject: [Intel-wired-lan] [PATCH] fm10k: Use seq_putc() in > fm10k_dbg_desc_break() > > From: Markus Elfring > Date: Mon, 8 May 2017 18:10:39 +0200 > > Two single characters should be put into a sequence. > Thus use the corresponding func

[PATCH] fm10k: Use seq_putc() in fm10k_dbg_desc_break()

2017-05-08 Thread SF Markus Elfring
From: Markus Elfring Date: Mon, 8 May 2017 18:10:39 +0200 Two single characters should be put into a sequence. Thus use the corresponding function "seq_putc". This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring --- drivers/net/ethernet/intel/fm10k/fm10k_deb