Hi,

Patch looks fine. We generally include a Signed-off-by as is similar to
kernel style, but I'm sure that could be fixed up post-apply by Richard.

Thanks for the fix :)

Regards,
Jake

On Wed, 2015-06-03 at 09:20 +0200, zmoel...@iem.at wrote:
> From: IOhannes m zmölnig <zmoel...@umlautq.umlaeute.mur.at>
> 
> rather than "MANAGMENT"
> ---
>  pmc.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/pmc.c b/pmc.c
> index d58e190..366c093 100644
> --- a/pmc.c
> +++ b/pmc.c
> @@ -211,9 +211,9 @@ static void pmc_show(struct ptp_message *msg, FILE *fp)
>       }
>       tlv = (struct TLV *) msg->management.suffix;
>       if (tlv->type == TLV_MANAGEMENT) {
> -             fprintf(fp, "MANAGMENT ");
> +             fprintf(fp, "MANAGEMENT ");
>       } else if (tlv->type == TLV_MANAGEMENT_ERROR_STATUS) {
> -             fprintf(fp, "MANAGMENT_ERROR_STATUS ");
> +             fprintf(fp, "MANAGEMENT_ERROR_STATUS ");
>               goto out;
>       } else {
>               fprintf(fp, "unknown-tlv ");

------------------------------------------------------------------------------
_______________________________________________
Linuxptp-devel mailing list
Linuxptp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxptp-devel

Reply via email to