Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys - remove tags from decls
details: https://anonhg.NetBSD.org/src/rev/b769a0969eac
branches: trunk
changeset: 447941:b769a0969eac
user: christos <christos%NetBSD.org@localhost>
date: Mon Jan 28 21:16:59 2019 +0000
description:
- remove tags from decls
- "compatability" -> "compatibility"
diffstat:
sys/sys/compat_stub.h | 34 +++++++++++++++++-----------------
1 files changed, 17 insertions(+), 17 deletions(-)
diffs (138 lines):
diff -r bcf7ba157ccd -r b769a0969eac sys/sys/compat_stub.h
--- a/sys/sys/compat_stub.h Mon Jan 28 21:14:08 2019 +0000
+++ b/sys/sys/compat_stub.h Mon Jan 28 21:16:59 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: compat_stub.h,v 1.4 2019/01/28 21:13:58 christos Exp $ */
+/* $NetBSD: compat_stub.h,v 1.5 2019/01/28 21:16:59 christos Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -70,7 +70,7 @@
/*
- * usb devinfo compatability
+ * usb devinfo compatibility
*/
struct usbd_device;
@@ -100,14 +100,14 @@
(dev_t, u_long, void *, int, struct lwp *));
/*
- * if_sppp device compatability ioctl subroutine
+ * if_sppp device compatibility ioctl subroutine
*/
struct sppp;
MODULE_HOOK(sppp_params_50_hook, int, (struct sppp *, u_long, void *));
/*
- * cryptodev compatability ioctl
+ * cryptodev compatibility ioctl
*/
struct fcrypt;
@@ -119,7 +119,7 @@
MODULE_HOOK(ocryptof_50_hook, int, (struct file *, u_long, void *));
/*
- * raidframe compatability
+ * raidframe compatibility
*/
struct RF_Config_s;
@@ -130,7 +130,7 @@
(int, int, struct RF_Raid_s *, int, void *, struct RF_Config_s **));
/*
- * puffs compatability
+ * puffs compatibility
*/
struct puffs_req;
@@ -140,7 +140,7 @@
(struct puffs_req *, struct puffs_req *)); /* incoming */
/*
- * wsevents compatability
+ * wsevents compatibility
*/
struct wscons_event;
@@ -149,7 +149,7 @@
(const struct wscons_event *, int, struct uio *));
/*
- * sysmon_power compatability
+ * sysmon_power compatibility
*/
struct power_event;
@@ -165,29 +165,29 @@
(void *, u_long, void *, int(*)(void *, u_long, void *)));
/*
- * vnd_30 ioctl compatability
+ * vnd_30 ioctl compatibility
*/
struct vattr;
MODULE_HOOK(compat_vndioctl_30_hook, int, (u_long, struct lwp *, void *, int,
struct vattr *, int (*)(struct lwp *, void *, int, struct vattr *)));
/*
- * vnd_50 ioctl compatability
+ * vnd_50 ioctl compatibility
*/
struct vattr;
MODULE_HOOK(compat_vndioctl_50_hook, int, (u_long, struct lwp *, void *, int,
struct vattr *, int (*)(struct lwp *, void *, int, struct vattr *)));
/*
- * ieee80211 ioctl compatability
+ * ieee80211 ioctl compatibility
*/
struct ieee80211com;
MODULE_HOOK(ieee80211_20_ioctl_hook, int,
- (struct ieee80211com *ic, u_long cmd, void *data));
+ (struct ieee80211com *, u_long, void *));
/*
- * if_43 compatability
+ * if_43 compatibility
*/
struct socket;
@@ -196,7 +196,7 @@
(struct socket *, u_long, u_long, void *, struct lwp *));
/*
- * if43_20 compatability
+ * if43_20 compatibility
*/
MODULE_HOOK(if43_20_hook, int, (u_long));
@@ -209,19 +209,19 @@
(struct tty *, u_long, void *, int, struct lwp *));
/*
- * uipc_syscalls_40 compatability
+ * uipc_syscalls_40 compatibility
*/
MODULE_HOOK(uipc_syscalls_40_hook, int, (u_long, void *));
/*
- * uipc_syscalls_50 compatability
+ * uipc_syscalls_50 compatibility
*/
MODULE_HOOK(uipc_syscalls_50_hook, int, (struct lwp *, u_long, void *));
/*
- * rtsock 14 compatability
+ * rtsock 14 compatibility
*/
struct ifnet;
struct rt_walkarg;
Home |
Main Index |
Thread Index |
Old Index