Fix typo in virNetDevGetEthtoolGFeatures stub

s/ATTRIBUGE/ATTRIBUTE/

Reported-by: Olaf Hering <olaf@aepfle.de>
This commit is contained in:
Ján Tomko 2016-06-09 08:35:32 +02:00
parent 1a41ed5af5
commit 378ef3df57

View File

@ -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;
}