Trivial spacing fix

This commit is contained in:
Gregory Nutt 2017-03-15 14:59:58 -06:00
parent defa6cf378
commit f449b45b5d

View File

@ -88,7 +88,7 @@ static const struct file_operations radio802154dev_fops =
radio802154dev_close, /* close */
radio802154dev_read , /* read */
radio802154dev_write, /* write */
NULL, /* seek */
NULL, /* seek */
radio802154dev_ioctl /* ioctl */
#ifndef CONFIG_DISABLE_POLL
, NULL /* poll */