mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-20 07:59:00 +00:00
util: Remove NONNULL(1) for virNetDevOpenvswitchGetVhostuserIfname
Since the code checks and handles a NULL 'path', no need for the NONNULL
This commit is contained in:
parent
cb91d5cc58
commit
fbd804ff3d
@ -59,6 +59,6 @@ int virNetDevOpenvswitchInterfaceStats(const char *ifname,
|
||||
|
||||
int virNetDevOpenvswitchGetVhostuserIfname(const char *path,
|
||||
char **ifname)
|
||||
ATTRIBUTE_NONNULL(1) ATTRIBUTE_NONNULL(2) ATTRIBUTE_RETURN_CHECK;
|
||||
ATTRIBUTE_NONNULL(2) ATTRIBUTE_RETURN_CHECK;
|
||||
|
||||
#endif /* __VIR_NETDEV_OPENVSWITCH_H__ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user