Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 54576
b: refs/heads/master
c: 880afc4
h: refs/heads/master
v: v3
  • Loading branch information
Jean Delvare authored and Linus Torvalds committed May 8, 2007
1 parent d781d05 commit 467750d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 6192bd536f96c6a0d969081bc71ae24f9319bfdc
refs/heads/master: 880afc4d76af452267174b5989943f081c1db2c0
2 changes: 1 addition & 1 deletion trunk/sound/oss/btaudio.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ static int btaudio_mixer_ioctl(struct inode *inode, struct file *file,
if (cmd == SOUND_OLD_MIXER_INFO) {
_old_mixer_info info;
memset(&info,0,sizeof(info));
strlcpy(info.id,"bt878",sizeof(info.id)-1);
strlcpy(info.id, "bt878", sizeof(info.id));
strlcpy(info.name,"Brooktree Bt878 audio",sizeof(info.name));
if (copy_to_user(argp, &info, sizeof(info)))
return -EFAULT;
Expand Down

0 comments on commit 467750d

Please sign in to comment.