Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 116738
b: refs/heads/master
c: 1ae8778
h: refs/heads/master
v: v3
  • Loading branch information
Linus Torvalds committed Oct 20, 2008
1 parent daedbfc commit 3cedb0a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2bea2e4abf2fe8bc7384103aeaad91089109cfba
refs/heads/master: 1ae87786800b5e0411847974b211797b6ada63c4
4 changes: 2 additions & 2 deletions trunk/drivers/gpu/drm/drm_proc.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,12 +522,12 @@ static int drm_gem_one_name_info(int id, void *ptr, void *data)
struct drm_gem_object *obj = ptr;
struct drm_gem_name_info_data *nid = data;

DRM_INFO("name %d size %d\n", obj->name, obj->size);
DRM_INFO("name %d size %zd\n", obj->name, obj->size);
if (nid->eof)
return 0;

nid->len += sprintf(&nid->buf[nid->len],
"%6d%9d%8d%9d\n",
"%6d %8zd %7d %8d\n",
obj->name, obj->size,
atomic_read(&obj->handlecount.refcount),
atomic_read(&obj->refcount.refcount));
Expand Down

0 comments on commit 3cedb0a

Please sign in to comment.