diff for duplicates of <20140524013754.GA4636@shangw> diff --git a/a/1.txt b/N1/1.txt index 8b26ebd..07d554a 100644 --- a/a/1.txt +++ b/N1/1.txt @@ -29,7 +29,7 @@ struct foo { >> Usually return values are >> >> < 0 means error ->> = 0 means success +>> == 0 means success >> > 0 means return payload > >Agree, >0 only makes sense if the return value of the ioctl can be @@ -44,7 +44,7 @@ the data struct to carry the return values. In this case, ioctl() just returns: < 0: error -= 0: success, check return value from the data struct. +== 0: success, check return value from the data struct. Thanks, Gavin diff --git a/a/content_digest b/N1/content_digest index 3b63587..cb305c0 100644 --- a/a/content_digest +++ b/N1/content_digest @@ -10,7 +10,7 @@ "ref\01400856559.3289.460.camel@ul30vt.home\0" "From\0Gavin Shan <gwshan@linux.vnet.ibm.com>\0" "Subject\0Re: [PATCH v6 2/3] drivers/vfio: EEH support for VFIO PCI device\0" - "Date\0Sat, 24 May 2014 01:37:54 +0000\0" + "Date\0Sat, 24 May 2014 11:37:54 +1000\0" "To\0Alex Williamson <alex.williamson@redhat.com>\0" "Cc\0aik@ozlabs.ru <aik@ozlabs.ru>" Alexander Graf <agraf@suse.de> @@ -51,7 +51,7 @@ ">> Usually return values are\n" ">> \n" ">> < 0 means error\n" - ">> = 0 means success\n" + ">> == 0 means success\n" ">> > 0 means return payload\n" ">\n" ">Agree, >0 only makes sense if the return value of the ioctl can be\n" @@ -66,9 +66,9 @@ "just returns:\n" "\n" "< 0: error\n" - "= 0: success, check return value from the data struct.\n" + "== 0: success, check return value from the data struct.\n" "\n" "Thanks,\n" Gavin -414c4de4265f2fa99b1cffd8149677eef4d75db87efee56b19589300b13e5255 +230c5d0731d1bed2819b4d286bc3e15d00243f7808df79e080f5a94b1dd82efe
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.