diff options
Diffstat (limited to 'drivers/gpu/drm/drm_mm.c')
-rw-r--r-- | drivers/gpu/drm/drm_mm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/drm/drm_mm.c index 61a1c8ea74bc..eb86bc3f753b 100644 --- a/drivers/gpu/drm/drm_mm.c +++ b/drivers/gpu/drm/drm_mm.c | |||
@@ -92,7 +92,7 @@ | |||
92 | * some basic allocator dumpers for debugging. | 92 | * some basic allocator dumpers for debugging. |
93 | * | 93 | * |
94 | * Note that this range allocator is not thread-safe, drivers need to protect | 94 | * Note that this range allocator is not thread-safe, drivers need to protect |
95 | * modifications with their on locking. The idea behind this is that for a full | 95 | * modifications with their own locking. The idea behind this is that for a full |
96 | * memory manager additional data needs to be protected anyway, hence internal | 96 | * memory manager additional data needs to be protected anyway, hence internal |
97 | * locking would be fully redundant. | 97 | * locking would be fully redundant. |
98 | */ | 98 | */ |