lkml.org 
[lkml]   [2013]   [Dec]   [6]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    From
    Date
    SubjectRe: [PATCH 03/10] net: stmmac: Use platform data tied with compatible strings
    On Sat, Dec 7, 2013 at 5:26 AM, David Miller <davem@davemloft.net> wrote:
    > From: Chen-Yu Tsai <wens@csie.org>
    > Date: Sat, 7 Dec 2013 01:29:36 +0800
    >
    >> + device = of_match_device(stmmac_dt_ids, &pdev->dev);
    >> + if (!device)
    >> + return -ENODEV;
    >> +
    >> + if (device->data)
    >> + memcpy(plat, device->data, sizeof(*plat));
    >> +
    >
    > Don't invent your own indentation using spaces, this memcpy()
    > call is not indented properly, it should be two TABs.

    Noted. Will fix.


    \
     
     \ /
      Last update: 2013-12-07 04:01    [W:2.951 / U:0.120 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site