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

View: New views
2 Messages — Rating Filter:   Alert me  

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

by Alexander Best :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


>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:
_______________________________________________
freebsd-bugs@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@..."

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

by linimon :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Responsible-Changed-From-To: freebsd-bugs->freebsd-emulation
Responsible-Changed-By: linimon
Responsible-Changed-When: Thu Nov 5 00:53:27 UTC 2009
Responsible-Changed-Why:
Over to maintainer(s).

http://www.freebsd.org/cgi/query-pr.cgi?pr=140279
_______________________________________________
freebsd-bugs@... mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "freebsd-bugs-unsubscribe@..."