On Wed, Nov 11, 2015 at 12:34:37AM -0500, ira.we...@intel.com wrote:
> From: Dennis Dalessandro <dennis.dalessan...@intel.com>
> 
> +int snoop_send_dma_handler(struct hfi1_qp *qp, struct hfi1_pkt_state *ps,
> +                        u64 pbc)
>  {
> -     pr_alert("Snooping/Capture of  Send DMA Packets Is Not Supported!\n");
> +     pr_alert("Snooping/Capture of Send DMA Packets Is Not Supported!\n");
>       snoop_dbg("Unsupported Operation");
Is it really necessary to do both print alert to message log (pr_alert) and to
trace buffer (snoop_dbg)?
--
To unsubscribe from this list: send the line "unsubscribe linux-rdma" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to