modify private to priv

This commit is contained in:
GongHui 2021-03-22 16:34:24 +08:00
parent 3ffbe23826
commit de8715a63a

View File

@ -94,7 +94,7 @@ struct HdfDeviceObject {
const struct DeviceResourceNode *property;
DeviceClass deviceClass;
/** Pointer to the private data of the device */
void *private;
void *priv;
};
/**