mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-03-07 17:28:15 +00:00
Fix typo in virNetDevGetEthtoolGFeatures stub
s/ATTRIBUGE/ATTRIBUTE/ Reported-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
parent
1a41ed5af5
commit
378ef3df57
@ -3359,7 +3359,7 @@ virNetDevGetEthtoolGFeatures(virBitmapPtr bitmap,
|
||||
static int
|
||||
virNetDevGetEthtoolGFeatures(virBitmapPtr bitmap ATTRIBUTE_UNUSED,
|
||||
int fd ATTRIBUTE_UNUSED,
|
||||
struct ifreq *ifr ATTRIBUGE_UNUSED)
|
||||
struct ifreq *ifr ATTRIBUTE_UNUSED)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user