summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorray <ray@FreeBSD.org>2014-01-20 23:36:16 +0000
committerray <ray@FreeBSD.org>2014-01-20 23:36:16 +0000
commitff1baa3a0ac2c21754600b75d7730ccc171b9419 (patch)
treec5cab56c63439441a476df2638dd57c20213a854
parentd395e8a81b2ddb3638412872d266b85cf60c98d5 (diff)
downloadFreeBSD-src-ff1baa3a0ac2c21754600b75d7730ccc171b9419.zip
FreeBSD-src-ff1baa3a0ac2c21754600b75d7730ccc171b9419.tar.gz
Style(9) fix.
No functional changes. Sponsored by: The FreeBSD Foundation
-rw-r--r--sys/dev/vt/hw/fb/vt_fb.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/vt/hw/fb/vt_fb.c b/sys/dev/vt/hw/fb/vt_fb.c
index 261d72b..2f0ffcb 100644
--- a/sys/dev/vt/hw/fb/vt_fb.c
+++ b/sys/dev/vt/hw/fb/vt_fb.c
@@ -69,8 +69,9 @@ vt_fb_ioctl(struct vt_device *vd, u_long cmd, caddr_t data, struct thread *td)
return (info->fb_ioctl(info->fb_cdev, cmd, data, 0, td));
}
-static int vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset,
- vm_paddr_t *paddr, int prot, vm_memattr_t *memattr)
+static int
+vt_fb_mmap(struct vt_device *vd, vm_ooffset_t offset, vm_paddr_t *paddr,
+ int prot, vm_memattr_t *memattr)
{
struct fb_info *info;
OpenPOWER on IntegriCloud