staging/omapdrm: Fix spacing coding style in omap_gem_helper.c
The following error fixed. - ERROR: "foo ** bar" should be "foo **bar" Signed-off-by: YAMANE Toshiaki <yamanetoshi@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
11d3d27b69
commit
b1ca079e7e
|
@ -32,7 +32,7 @@
|
||||||
* @obj: obj in question
|
* @obj: obj in question
|
||||||
* @gfpmask: gfp mask of requested pages
|
* @gfpmask: gfp mask of requested pages
|
||||||
*/
|
*/
|
||||||
struct page ** _drm_gem_get_pages(struct drm_gem_object *obj, gfp_t gfpmask)
|
struct page **_drm_gem_get_pages(struct drm_gem_object *obj, gfp_t gfpmask)
|
||||||
{
|
{
|
||||||
struct inode *inode;
|
struct inode *inode;
|
||||||
struct address_space *mapping;
|
struct address_space *mapping;
|
||||||
|
|
Loading…
Reference in New Issue