kern/140279: [linux] [patch] fix typos in sys/compat/linux/linux_ipc.c

Alexander Best alexbestms at math.uni-muenster.de
Wed Nov 4 23:50:04 UTC 2009


>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 at 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:


More information about the freebsd-bugs mailing list