lkml.org 
[lkml]   [2020]   [Jan]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH][V2] iio: ad5755: fix spelling mistake "to" -> "too" and grammar
    Date
    From: Colin Ian King <colin.king@canonical.com>

    There is a spelling mistake and grammar mistake in a dev_err
    message. Fix it.

    Signed-off-by: Colin Ian King <colin.king@canonical.com>
    ---
    V2: fix grammar too, thanks to Alexandru Ardelean for spotting this.
    ---
    drivers/iio/dac/ad5755.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/drivers/iio/dac/ad5755.c b/drivers/iio/dac/ad5755.c
    index b9175fb4c8ab..1359a1a92fdc 100644
    --- a/drivers/iio/dac/ad5755.c
    +++ b/drivers/iio/dac/ad5755.c
    @@ -655,7 +655,7 @@ static struct ad5755_platform_data *ad5755_parse_dt(struct device *dev)
    for_each_child_of_node(np, pp) {
    if (devnr >= AD5755_NUM_CHANNELS) {
    dev_err(dev,
    - "There is to many channels defined in DT\n");
    + "There are too many channels defined in DT\n");
    goto error_out;
    }

    --
    2.24.0
    \
     
     \ /
      Last update: 2020-01-23 10:20    [W:3.234 / U:0.008 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site