summaryrefslogtreecommitdiffstats
path: root/sys/net/bpf.c
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-12-23 14:10:33 +0000
committerrwatson <rwatson@FreeBSD.org>2007-12-23 14:10:33 +0000
commitd2a56e1c39575f38ab1f976471c8628766611c03 (patch)
treeee1f67f78d27dd5cb0e08cec20c8634be5d25bc6 /sys/net/bpf.c
parentc9107e167703df06aafd968b8331fd55f5e237c0 (diff)
downloadFreeBSD-src-d2a56e1c39575f38ab1f976471c8628766611c03.zip
FreeBSD-src-d2a56e1c39575f38ab1f976471c8628766611c03.tar.gz
Remove trailing whitespace from lines in BPF.
MFC after: 3 days
Diffstat (limited to 'sys/net/bpf.c')
-rw-r--r--sys/net/bpf.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/net/bpf.c b/sys/net/bpf.c
index 2d6630a..67390c5 100644
--- a/sys/net/bpf.c
+++ b/sys/net/bpf.c
@@ -726,7 +726,7 @@ bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
struct bpf_d *d = dev->si_drv1;
int error = 0;
- /*
+ /*
* Refresh PID associated with this descriptor.
*/
BPFD_LOCK(d);
@@ -741,7 +741,7 @@ bpfioctl(struct cdev *dev, u_long cmd, caddr_t addr, int flags,
case BIOCGBLEN:
case BIOCFLUSH:
case BIOCGDLT:
- case BIOCGDLTLIST:
+ case BIOCGDLTLIST:
case BIOCGETIF:
case BIOCGRTIMEOUT:
case BIOCGSTATS:
@@ -1224,7 +1224,7 @@ bpfkqfilter(struct cdev *dev, struct knote *kn)
if (kn->kn_filter != EVFILT_READ)
return (1);
- /*
+ /*
* Refresh PID associated with this descriptor.
*/
BPFD_LOCK(d);
OpenPOWER on IntegriCloud