Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 329021
b: refs/heads/master
c: 260ef31
h: refs/heads/master
i:
  329019: 017bf2d
v: v3
  • Loading branch information
Al Viro committed Sep 27, 2012
1 parent 23dc521 commit c2263f6
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: 63784dd02b2ac85e867be9d6a6f5536c4ff738be
refs/heads/master: 260ef31135c2250ec01aa343192ec2a071b8e05f
4 changes: 2 additions & 2 deletions trunk/drivers/usb/gadget/f_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ ffs_sb_create_file(struct super_block *sb, const char *name, void *data,

static int ffs_mutex_lock(struct mutex *mutex, unsigned nonblock)
__attribute__((warn_unused_result, nonnull));
static char *ffs_prepare_buffer(const char * __user buf, size_t len)
static char *ffs_prepare_buffer(const char __user *buf, size_t len)
__attribute__((warn_unused_result, nonnull));


Expand Down Expand Up @@ -2436,7 +2436,7 @@ static int ffs_mutex_lock(struct mutex *mutex, unsigned nonblock)
: mutex_lock_interruptible(mutex);
}

static char *ffs_prepare_buffer(const char * __user buf, size_t len)
static char *ffs_prepare_buffer(const char __user *buf, size_t len)
{
char *data;

Expand Down

0 comments on commit c2263f6

Please sign in to comment.