fsl/fman: Remove comment referring to non-existent function
authorChris Packham <chris.packham@alliedtelesis.co.nz>
Tue, 23 Jul 2019 23:35:01 +0000 (11:35 +1200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Jul 2019 18:53:37 +0000 (11:53 -0700)
commit83fbae60fd3885c6e8da5863582d0317731c5528
tree94ee35c08fcd650c63c980d4e1342953b0de700d
parent3008e06fdf0973770370f97d5f1fba3701d8281d
fsl/fman: Remove comment referring to non-existent function

fm_set_max_frm() existed in the Freescale SDK as a callback for an
early_param. When this code was ported to the upstream kernel the
early_param was converted to a module_param making the reference to the
function incorrect. The rest of the comment already does a good job of
explaining the parameter so removing the reference to the non-existent
function seems like the best thing to do.

Signed-off-by: Chris Packham <chris.packham@alliedtelesis.co.nz>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fman/fman.c