Re: [PATCH net-next 1/2] cxgb4: Fix namespace collision issue.
From: David Miller <davem@davemloft.net>
Date: 2014-01-07 20:48:15
From: David Miller <davem@davemloft.net>
Date: 2014-01-07 20:48:15
From: Hariprasad Shenai <redacted> Date: Tue, 7 Jan 2014 16:58:07 +0530
Signed-off-by: Hariprasad Shenai <redacted>
...
-int t4_init_tp_params(struct adapter *adap)
There is no reason that an already exported function must be moved to solve a namespace issue. If you want to move this function for another reason, fine, but do it in a seperate change with a clear description of that reason in your commit message. I'm not applying this series.