Hello, [...] > > >> unsigned int linkup_notifier : 1; > > >> unsigned int msi_capable : 1; > > >> unsigned int msix_capable : 1; > > >> + unsigned int intx_capable : 1; > > > > > >Kernel-doc warning: > > > > > > $ find include -name \*pci\* | xargs scripts/kernel-doc -none > > > include/linux/pci-epc.h:239: warning: Function parameter or struct member 'intx_capable' not described in 'pci_epc_features' > > > > I will send a fix. > > Thanks will watch for it. The missing kernel-doc has been added, see: https://web.git.kernel.org/pub/scm/linux/kernel/git/pci/pci.git/commit/?h=endpoint-test&id=4b313c69a38e28b2f002198c3909fb553e9b0176 Hopefully, there should be no more warnings. Thank you both! Krzysztof