lkml.org 
[lkml]   [2016]   [Apr]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 31/41] Documentation: power: fix spelling mistake
    Date
    Signed-off-by: Eric Engestrom <eric@engestrom.ch>
    ---
    Documentation/power/opp.txt | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/Documentation/power/opp.txt b/Documentation/power/opp.txt
    index c6279c2..1721a86 100644
    --- a/Documentation/power/opp.txt
    +++ b/Documentation/power/opp.txt
    @@ -146,7 +146,7 @@ dev_pm_opp_find_freq_exact - Search for an OPP based on an *exact* frequency and
    rcu_read_lock();
    opp = dev_pm_opp_find_freq_exact(dev, 1000000000, false);
    rcu_read_unlock();
    - /* dont operate on the pointer.. just do a sanity check.. */
    + /* don't operate on the pointer.. just do a sanity check.. */
    if (IS_ERR(opp)) {
    pr_err("frequency not disabled!\n");
    /* trigger appropriate actions.. */
    --
    2.8.0
    \
     
     \ /
      Last update: 2016-04-25 09:01    [W:4.345 / U:0.308 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site