[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20111017085826.7a62ed11@nehalam.linuxnetplumber.net>
Date: Mon, 17 Oct 2011 08:58:26 -0700
From: Stephen Hemminger <shemminger@...tta.com>
To: Oliver Hartkopp <socketcan@...tkopp.net>
Cc: Wolfgang Grandegger <wg@...ndegger.com>,
Linux Netdev List <netdev@...r.kernel.org>,
linux-can@...r.kernel.org
Subject: Re: [PATCH] iproute2: update CAN bitrate SJW help text
On Mon, 17 Oct 2011 17:43:37 +0200
Oliver Hartkopp <socketcan@...tkopp.net> wrote:
> The ip-tool from iproute2 already supports to pass a user defined SJW
> value for the in-kernel bittiming calculation. This patch updates the
> help text accordingly.
>
> Signed-off-by: Oliver Hartkopp <socketcan@...tkopp.net>
>
> ---
>
> diff --git a/ip/iplink_can.c b/ip/iplink_can.c
> index c8af4bc..00e7d98 100644
> --- a/ip/iplink_can.c
> +++ b/ip/iplink_can.c
> @@ -23,7 +23,8 @@ static void usage(void)
> {
> fprintf(stderr,
> "Usage: ip link set DEVICE type can\n"
> - "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT] ] | \n"
> + "\t[ bitrate BITRATE [ sample-point SAMPLE-POINT ] [ sjw SJW "
> + "] ] | \n"
> "\t[ tq TQ prop-seg PROP_SEG phase-seg1 PHASE-SEG1\n "
> "\t phase-seg2 PHASE-SEG2 [ sjw SJW ] ]\n"
> "\n"
Please update man page as well.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists