lkml.org 
[lkml]   [2015]   [Mar]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 4/4] net/macb: trivial: correct wording of for caps
    Date
    As a non-native English speaker, I would correct "capacities" of the macb
    peripheral to "capabilities": correct me if I'm wrong!

    Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
    ---
    drivers/net/ethernet/cadence/macb.c | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/drivers/net/ethernet/cadence/macb.c b/drivers/net/ethernet/cadence/macb.c
    index 64e35a50e5c1..3032ae052755 100644
    --- a/drivers/net/ethernet/cadence/macb.c
    +++ b/drivers/net/ethernet/cadence/macb.c
    @@ -2129,7 +2129,7 @@ static const struct net_device_ops macb_netdev_ops = {
    };

    /*
    - * Configure peripheral capacities according to device tree
    + * Configure peripheral capabilities according to device tree
    * and integration options used
    */
    static void macb_configure_caps(struct macb *bp, const struct macb_config *dt_conf)
    @@ -2731,7 +2731,7 @@ static int macb_probe(struct platform_device *pdev)
    }
    }

    - /* setup capacities */
    + /* setup capabilities */
    macb_configure_caps(bp, macb_config);

    platform_set_drvdata(pdev, dev);
    --
    2.1.3


    \
     
     \ /
      Last update: 2015-03-27 16:41    [W:4.568 / U:0.000 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site