Use priv for consistency

This commit is contained in:
Bert Vermeulen 2013-04-21 00:45:01 +02:00 committed by Uwe Hermann
parent 8f996b8948
commit 5daed4bc6d
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@ struct sr_probe_group {
/* List of sr_probe structs. */
GSList *probes;
/* Private data for driver use. */
void *data;
void *priv;
};
struct sr_config {