mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-19 10:53:58 +00:00
Style(9) fix.
No functional changes. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
4a5edead12
commit
5beb07abdd
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=260953
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user