Skip to content

Commit 5b94914

Browse files
committed
workflows: Add mi.h to documentation format check
Signed-off-by: Jeremy Kerr <[email protected]>
1 parent afdf61d commit 5b94914

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@v3
1515
- name: Check documentation format
1616
run: |
17-
API_FILES="fabrics.h filters.h ioctl.h linux.h tree.h types.h"
17+
API_FILES="fabrics.h filters.h ioctl.h linux.h mi.h tree.h types.h"
1818
for file in $API_FILES; do
1919
./doc/kernel-doc -v -none src/nvme/$file 2>&1 | sed -r 's/^([^:]+):([0-9]+): (warning|error):/::\3 file=\1,line=\2::/g'
2020
done

0 commit comments

Comments
 (0)