Aaron Nyholm commented on a discussion on cpukit/dev/io/iodev.c: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152719

 > +  }
 > +}
 > +
 > +static int rtems_iodev_mmap(
 > +  rtems_libio_t *iop,
 > +  void         **addr,
 > +  size_t         len,
 > +  int            prot,
 > +  off_t          off
 > +)
 > +{
 > +  rtems_iodev        *iodev = IMFS_generic_get_context_by_iop( iop );
 > +  rtems_iodev_region *regions;
 > +  size_t                region_count = 0;
 > +
 > +  if (len == 0 || *addr != NULL || off < 0) {

Formatter run

-- 
View it on GitLab: 
https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/1243#note_152719
You're receiving this email because of your account on gitlab.rtems.org.


_______________________________________________
bugs mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/bugs

Reply via email to