Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
* git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial: (25 commits) sound: convert "sound" subdirectory to UTF-8 MAINTAINERS: Add cxacru website/mailing list include files: convert "include" subdirectory to UTF-8 general: convert "kernel" subdirectory to UTF-8 documentation: convert the Documentation directory to UTF-8 Convert the toplevel files CREDITS and MAINTAINERS to UTF-8. remove broken URLs from net drivers' output Magic number prefix consistency change to Documentation/magic-number.txt trivial: s/i_sem /i_mutex/ fix file specification in comments drivers/base/platform.c: fix small typo in doc misc doc and kconfig typos Remove obsolete fat_cvf help text Fix occurrences of "the the " Fix minor typoes in kernel/module.c Kconfig: Remove reference to external mqueue library Kconfig: A couple of grammatical fixes in arch/i386/Kconfig Correct comments in genrtc.c to refer to correct /proc file. Fix more "deprecated" spellos. Fix "deprecated" typoes. ... Fix trivial comment conflict in kernel/relay.c.
This commit is contained in:
commit
9a9136e270
302 changed files with 438 additions and 444 deletions
|
@ -54,7 +54,7 @@ struct ext3_block_alloc_info {
|
|||
/*
|
||||
* Was i_next_alloc_goal in ext3_inode_info
|
||||
* is the *physical* companion to i_next_alloc_block.
|
||||
* it the the physical block number of the block which was most-recentl
|
||||
* it the physical block number of the block which was most-recentl
|
||||
* allocated to this file. This give us the goal (target) for the next
|
||||
* allocation when we detect linearly ascending requests.
|
||||
*/
|
||||
|
|
|
@ -52,7 +52,7 @@ struct ext4_block_alloc_info {
|
|||
/*
|
||||
* Was i_next_alloc_goal in ext4_inode_info
|
||||
* is the *physical* companion to i_next_alloc_block.
|
||||
* it the the physical block number of the block which was most-recentl
|
||||
* it the physical block number of the block which was most-recentl
|
||||
* allocated to this file. This give us the goal (target) for the next
|
||||
* allocation when we detect linearly ascending requests.
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* fs/generic_acl.c
|
||||
* include/linux/generic_acl.h
|
||||
*
|
||||
* (C) 2005 Andreas Gruenbacher <agruen@suse.de>
|
||||
*
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||
Frodo Looijaard <frodol@dds.nl> */
|
||||
|
||||
#ifndef _LINUX_I2C_ALGO_BIT_H
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
||||
/* ------------------------------------------------------------------------- */
|
||||
|
||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||
/* With some changes from Kyösti Mälkki <kmalkki@cc.hut.fi> and even
|
||||
Frodo Looijaard <frodol@dds.nl> */
|
||||
|
||||
#ifndef _LINUX_I2C_ALGO_PCF_H
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
* published by the Free Software Foundation; either version 2 of
|
||||
* the License, or (at your option) any later version.
|
||||
*
|
||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||
* Neither Dag Brattli nor University of Tromsø admit liability nor
|
||||
* provide warranty for any of this software. This material is
|
||||
* provided "AS-IS" and at no charge.
|
||||
*
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
*
|
||||
* Copyright (C) 2001-2003 Stelian Pop <stelian@popies.net>
|
||||
*
|
||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||
*
|
||||
* Copyright (C) 2000 Andrew Tridgell <tridge@valinux.com>
|
||||
*
|
||||
|
|
|
@ -33,7 +33,7 @@ struct mnt_namespace;
|
|||
|
||||
#define MNT_SHARED 0x1000 /* if the vfsmount is a shared mount */
|
||||
#define MNT_UNBINDABLE 0x2000 /* if the vfsmount is a unbindable mount */
|
||||
#define MNT_PNODE_MASK 0x3000 /* propogation flag mask */
|
||||
#define MNT_PNODE_MASK 0x3000 /* propagation flag mask */
|
||||
|
||||
struct vfsmount {
|
||||
struct list_head mnt_hash;
|
||||
|
|
|
@ -87,10 +87,10 @@ do { \
|
|||
* management of their lifetimes must be completely managed by API users.
|
||||
*
|
||||
* For API usage, in general,
|
||||
* - any function _modifying_ the the tree or tags (inserting or deleting
|
||||
* - any function _modifying_ the tree or tags (inserting or deleting
|
||||
* items, setting or clearing tags must exclude other modifications, and
|
||||
* exclude any functions reading the tree.
|
||||
* - any function _reading_ the the tree or tags (looking up items or tags,
|
||||
* - any function _reading_ the tree or tags (looking up items or tags,
|
||||
* gang lookups) must exclude modifications to the tree, but may occur
|
||||
* concurrently with other readers.
|
||||
*
|
||||
|
|
|
@ -322,7 +322,7 @@ struct request_sock;
|
|||
* @dir contains the inode structure of parent of the new file.
|
||||
* @dentry contains the dentry structure of the new file.
|
||||
* @mode contains the mode of the new file.
|
||||
* @dev contains the the device number.
|
||||
* @dev contains the device number.
|
||||
* Return 0 if permission is granted.
|
||||
* @inode_rename:
|
||||
* Check for permission to rename a file or directory.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
*
|
||||
* Copyright (C) 2005 Narayanan R S <nars@kadamba.org>
|
||||
|
||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||
* Copyright (C) 2001-2002 Alcôve <www.alcove.com>
|
||||
*
|
||||
* Copyright (C) 2001 Michael Ashley <m.ashley@unsw.edu.au>
|
||||
*
|
||||
|
|
|
@ -126,7 +126,7 @@ enum usb_interface_condition {
|
|||
* Each interface may have alternate settings. The initial configuration
|
||||
* of a device sets altsetting 0, but the device driver can change
|
||||
* that setting using usb_set_interface(). Alternate settings are often
|
||||
* used to control the the use of periodic endpoints, such as by having
|
||||
* used to control the use of periodic endpoints, such as by having
|
||||
* different endpoints use different amounts of reserved USB bandwidth.
|
||||
* All standards-conformant USB devices that use isochronous endpoints
|
||||
* will use them in non-default settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue