lkml.org 
[lkml]   [2015]   [Jul]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 3.13.y-ckt 129/132] pktgen: adjust spacing in proc file interface output
    Date
    3.13.11-ckt24 -stable review patch.  If anyone has any objections, please let me know.

    ------------------

    From: Jesper Dangaard Brouer <brouer@redhat.com>

    commit d079abd181950a44cdf31daafd1662388a6c4d2e upstream.

    Too many spaces were introduced in commit 63adc6fb8ac0 ("pktgen: cleanup
    checkpatch warnings"), thus misaligning "src_min:" to other columns.

    Fixes: 63adc6fb8ac0 ("pktgen: cleanup checkpatch warnings")
    Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
    Signed-off-by: David S. Miller <davem@davemloft.net>
    Signed-off-by: Kamal Mostafa <kamal@canonical.com>
    ---
    net/core/pktgen.c | 2 +-
    1 file changed, 1 insertion(+), 1 deletion(-)

    diff --git a/net/core/pktgen.c b/net/core/pktgen.c
    index a104ba3..32616f0 100644
    --- a/net/core/pktgen.c
    +++ b/net/core/pktgen.c
    @@ -564,7 +564,7 @@ static int pktgen_if_show(struct seq_file *seq, void *v)
    " dst_min: %s dst_max: %s\n",
    pkt_dev->dst_min, pkt_dev->dst_max);
    seq_printf(seq,
    - " src_min: %s src_max: %s\n",
    + " src_min: %s src_max: %s\n",
    pkt_dev->src_min, pkt_dev->src_max);
    }

    --
    1.9.1


    \
     
     \ /
      Last update: 2015-07-23 04:21    [W:4.177 / U:0.112 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site