Date: Fri, 23 Feb 2018 18:15:50 +0000 (UTC) From: Ed Maste <emaste@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r329873 - in head/sys: amd64/linux amd64/linux32 compat/freebsd32 dev/aic7xxx dev/drm2 dev/xen/blkback dev/xen/netback i386/ibcs2 i386/linux i386/pci kern netgraph x86/include Message-ID: <201802231815.w1NIFoYx079999@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: emaste Date: Fri Feb 23 18:15:50 2018 New Revision: 329873 URL: https://svnweb.freebsd.org/changeset/base/329873 Log: Correct pseudo misspelling in sys/ comments contrib code and #define in intel_ata.h unchanged. Modified: head/sys/amd64/linux/syscalls.master head/sys/amd64/linux32/syscalls.master head/sys/compat/freebsd32/syscalls.master head/sys/dev/aic7xxx/aic7xxx.seq head/sys/dev/drm2/drm_fb_helper.c head/sys/dev/xen/blkback/blkback.c head/sys/dev/xen/netback/netback.c head/sys/i386/ibcs2/syscalls.master head/sys/i386/linux/syscalls.master head/sys/i386/pci/pci_pir.c head/sys/kern/syscalls.master head/sys/netgraph/ng_atmllc.c head/sys/x86/include/apicvar.h Modified: head/sys/amd64/linux/syscalls.master ============================================================================== --- head/sys/amd64/linux/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/amd64/linux/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -12,7 +12,7 @@ ; case where the event exists, but we don't want auditing, the ; event should be #defined to AUE_NULL in audit_kevents.h. ; type one of STD, NOPROTO, UNIMPL -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/amd64/linux32/syscalls.master ============================================================================== --- head/sys/amd64/linux32/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/amd64/linux32/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -12,7 +12,7 @@ ; case where the event exists, but we don't want auditing, the ; event should be #defined to AUE_NULL in audit_kevents.h. ; type one of STD, NOPROTO, UNIMPL -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/compat/freebsd32/syscalls.master ============================================================================== --- head/sys/compat/freebsd32/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/compat/freebsd32/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -16,7 +16,7 @@ ; COMPAT7, COMPAT11, NODEF, NOARGS, NOPROTO, NOSTD ; The COMPAT* options may be combined with one or more NO* ; options separated by '|' with no spaces (e.g. COMPAT|NOARGS) -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/dev/aic7xxx/aic7xxx.seq ============================================================================== --- head/sys/dev/aic7xxx/aic7xxx.seq Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/dev/aic7xxx/aic7xxx.seq Fri Feb 23 18:15:50 2018 (r329873) @@ -57,7 +57,7 @@ PREFIX = "ahc_" * a later time. This problem cannot be resolved by holding a single entry * in scratch ram since a reconnecting target can request sense and this will * create yet another SCB waiting for selection. The solution used here is to - * use byte 27 of the SCB as a psuedo-next pointer and to thread a list + * use byte 27 of the SCB as a pseudo-next pointer and to thread a list * of SCBs that are awaiting selection. Since 0-0xfe are valid SCB indexes, * SCB_LIST_NULL is 0xff which is out of range. An entry is also added to * this list every time a request sense occurs or after completing a non-tagged Modified: head/sys/dev/drm2/drm_fb_helper.c ============================================================================== --- head/sys/dev/drm2/drm_fb_helper.c Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/dev/drm2/drm_fb_helper.c Fri Feb 23 18:15:50 2018 (r329873) @@ -580,7 +580,7 @@ static int setcolreg(struct drm_crtc *crtc, u16 red, u if (info->fix.visual == FB_VISUAL_TRUECOLOR) { u32 *palette; u32 value; - /* place color in psuedopalette */ + /* place color in pseudopalette */ if (regno > 16) return -EINVAL; palette = (u32 *)info->pseudo_palette; Modified: head/sys/dev/xen/blkback/blkback.c ============================================================================== --- head/sys/dev/xen/blkback/blkback.c Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/dev/xen/blkback/blkback.c Fri Feb 23 18:15:50 2018 (r329873) @@ -251,7 +251,7 @@ struct xbb_xen_reqlist { uint8_t *kva; /** - * Base, psuedo-physical address, corresponding to the start + * Base, pseudo-physical address, corresponding to the start * of this request's kva region. */ uint64_t gnt_base; @@ -590,7 +590,7 @@ struct xbb_softc { */ vm_offset_t kva; - /** Psuedo-physical address corresponding to kva. */ + /** Pseudo-physical address corresponding to kva. */ uint64_t gnt_base_addr; /** The size of the global kva pool. */ @@ -936,7 +936,7 @@ xbb_reqlist_ioaddr(struct xbb_xen_reqlist *reqlist, in /** * Given a page index and 512b sector offset within that page, calculate - * an offset into the local psuedo-physical address space used to map a + * an offset into the local pseudo-physical address space used to map a * front-end's request data into a request. * * \param reqlist The request list structure whose pseudo-physical region Modified: head/sys/dev/xen/netback/netback.c ============================================================================== --- head/sys/dev/xen/netback/netback.c Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/dev/xen/netback/netback.c Fri Feb 23 18:15:50 2018 (r329873) @@ -491,7 +491,7 @@ struct xnb_softc { */ vm_offset_t kva; - /** Psuedo-physical address corresponding to kva. */ + /** Pseudo-physical address corresponding to kva. */ uint64_t gnt_base_addr; /** Various configuration and state bit flags. */ Modified: head/sys/i386/ibcs2/syscalls.master ============================================================================== --- head/sys/i386/ibcs2/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/i386/ibcs2/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -12,7 +12,7 @@ ; case where the event exists, but we don't want auditing, the ; event should be #defined to AUE_NULL in audit_kevents.h. ; type one of STD, OBSOL, UNIMPL, COMPAT -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/i386/linux/syscalls.master ============================================================================== --- head/sys/i386/linux/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/i386/linux/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -12,7 +12,7 @@ ; case where the event exists, but we don't want auditing, the ; event should be #defined to AUE_NULL in audit_kevents.h. ; type one of STD, NOPROTO, UNIMPL -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/i386/pci/pci_pir.c ============================================================================== --- head/sys/i386/pci/pci_pir.c Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/i386/pci/pci_pir.c Fri Feb 23 18:15:50 2018 (r329873) @@ -648,7 +648,7 @@ pci_pir_probe(int bus, int require_parse) } /* - * The driver for the new-bus psuedo device pir0 for the $PIR table. + * The driver for the new-bus pseudo device pir0 for the $PIR table. */ static int Modified: head/sys/kern/syscalls.master ============================================================================== --- head/sys/kern/syscalls.master Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/kern/syscalls.master Fri Feb 23 18:15:50 2018 (r329873) @@ -15,7 +15,7 @@ ; COMPAT7, COMPAT11, NODEF, NOARGS, NOPROTO, NOSTD ; The COMPAT* options may be combined with one or more NO* ; options separated by '|' with no spaces (e.g. COMPAT|NOARGS) -; name psuedo-prototype of syscall routine +; name pseudo-prototype of syscall routine ; If one of the following alts is different, then all appear: ; altname name of system call if different ; alttag name of args struct tag if different from [o]`name'"_args" Modified: head/sys/netgraph/ng_atmllc.c ============================================================================== --- head/sys/netgraph/ng_atmllc.c Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/netgraph/ng_atmllc.c Fri Feb 23 18:15:50 2018 (r329873) @@ -171,7 +171,7 @@ ng_atmllc_rcvdata(hook_p hook, item_p item) padding = 0; if (hook == priv->atm) { - /* Ditch the psuedoheader. */ + /* Ditch the pseudoheader. */ hdr = mtod(m, struct atmllc *); /* m_adj(m, sizeof(struct atm_pseudohdr)); */ Modified: head/sys/x86/include/apicvar.h ============================================================================== --- head/sys/x86/include/apicvar.h Fri Feb 23 17:20:53 2018 (r329872) +++ head/sys/x86/include/apicvar.h Fri Feb 23 18:15:50 2018 (r329873) @@ -169,7 +169,7 @@ #define IRQ_DISABLED (NUM_IO_INTS + 4) /* - * An APIC enumerator is a psuedo bus driver that enumerates APIC's including + * An APIC enumerator is a pseudo bus driver that enumerates APIC's including * CPU's and I/O APIC's. */ struct apic_enumerator {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201802231815.w1NIFoYx079999>