Date: Wed, 4 Nov 2009 23:42:33 GMT From: Alexander Best <alexbestms@math.uni-muenster.de> To: freebsd-gnats-submit@FreeBSD.org Subject: kern/140279: [linux] [patch] fix typos in sys/compat/linux/linux_ipc.c Message-ID: <200911042342.nA4NgXf7014603@www.freebsd.org> Resent-Message-ID: <200911042350.nA4No31U061617@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 140279 >Category: kern >Synopsis: [linux] [patch] fix typos in sys/compat/linux/linux_ipc.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 04 23:50:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Best >Release: 9.0-CURRENT >Organization: >Environment: FreeBSD otaku 9.0-CURRENT FreeBSD 9.0-CURRENT #0 r198850M: Tue Nov 3 18:28:59 CET 2009 root@otaku:/usr/obj/usr/src/sys/ARUNDEL i386 >Description: fix some typos in sys/compat/linux/linux_ipc.c ceers. alex >How-To-Repeat: >Fix: Patch attached with submission follows: --- linux_ipc.c.orig 2009-11-05 00:33:54.000000000 +0100 +++ linux_ipc.c 2009-11-05 00:34:43.000000000 +0100 @@ -591,7 +591,7 @@ semun.val = args->arg.val; break; default: - linux_msg(td, "ipc type %d is not implemented", + linux_msg(td, "ipc type=%d is not implemented", args->cmd & ~LINUX_IPC_64); return EINVAL; } @@ -872,7 +872,7 @@ case LINUX_SHM_LOCK: case LINUX_SHM_UNLOCK: default: - linux_msg(td, "ipc typ=%d not implemented", args->cmd & ~LINUX_IPC_64); + linux_msg(td, "ipc type=%d not implemented", args->cmd & ~LINUX_IPC_64); return EINVAL; } } >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200911042342.nA4NgXf7014603>