diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/dma-buf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/dma-buf.h b/include/linux/dma-buf.h index bc4203dc6e18..24e0f4828711 100644 --- a/include/linux/dma-buf.h +++ b/include/linux/dma-buf.h | |||
@@ -88,7 +88,7 @@ struct dma_buf { | |||
88 | struct file *file; | 88 | struct file *file; |
89 | struct list_head attachments; | 89 | struct list_head attachments; |
90 | const struct dma_buf_ops *ops; | 90 | const struct dma_buf_ops *ops; |
91 | /* mutex to serialize list manipulation and other ops */ | 91 | /* mutex to serialize list manipulation and attach/detach */ |
92 | struct mutex lock; | 92 | struct mutex lock; |
93 | void *priv; | 93 | void *priv; |
94 | }; | 94 | }; |