Skip to content

Commit

Permalink
ctl: Add missing comma after CTL_FLAG_ALREADY_DONE
Browse files Browse the repository at this point in the history
Sponsored by:	Chelsio Communications
Differential Revision:	https://reviews.freebsd.org/D42930
  • Loading branch information
bsdjhb committed Mar 13, 2024
2 parents aaeb973 + 105eee9 commit d36e702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/cam/ctl/ctl_io.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ typedef enum {
CTL_FLAG_IO_CONT = 0x00100000, /* Continue I/O instead of
completing */
#if 0
CTL_FLAG_ALREADY_DONE = 0x00200000 /* I/O already completed */
CTL_FLAG_ALREADY_DONE = 0x00200000, /* I/O already completed */
#endif
CTL_FLAG_NO_DATAMOVE = 0x00400000,
CTL_FLAG_DMA_QUEUED = 0x00800000, /* DMA queued but not started*/
Expand Down

0 comments on commit d36e702

Please sign in to comment.