Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71408
b: refs/heads/master
c: 8f731f7
h: refs/heads/master
v: v3
  • Loading branch information
Randy Dunlap authored and Linus Torvalds committed Oct 19, 2007
1 parent fe0ddb2 commit 3b1f78c
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 7 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: cb680c1be62e9898fc2ca2a89d9fdba7c84a5c81
refs/heads/master: 8f731f7d83d6c6a3eeb32cce79bfcddbf7fac8cc
2 changes: 1 addition & 1 deletion trunk/Documentation/DocBook/kernel-api.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@

<sect1><title>Atomic and pointer manipulation</title>
!Iinclude/asm-x86/atomic_32.h
!Iinclude/asm-x86/unaligned_32.h
!Iinclude/asm-x86/unaligned.h
</sect1>

<sect1><title>Delaying, scheduling, and timer routines</title>
Expand Down
2 changes: 1 addition & 1 deletion trunk/block/ll_rw_blk.c
Original file line number Diff line number Diff line change
Expand Up @@ -3739,7 +3739,7 @@ EXPORT_SYMBOL(end_dequeued_request);

/**
* end_request - end I/O on the current segment of the request
* @rq: the request being processed
* @req: the request being processed
* @uptodate: error value or 0/1 uptodate flag
*
* Description:
Expand Down
4 changes: 3 additions & 1 deletion trunk/include/linux/input.h
Original file line number Diff line number Diff line change
Expand Up @@ -1005,13 +1005,15 @@ struct ff_effect {
* @going_away: marks devices that are in a middle of unregistering and
* causes input_open_device*() fail with -ENODEV.
* @dev: driver model's view of this device
* @cdev: union for struct device pointer
* @h_list: list of input handles associated with the device. When
* accessing the list dev->mutex must be held
* @node: used to place the device onto input_dev_list
*/
struct input_dev {

/* private: */
void *private; /* do not use */
/* public: */

const char *name;
const char *phys;
Expand Down
3 changes: 1 addition & 2 deletions trunk/include/linux/list.h
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,7 @@ static inline void list_splice_init_rcu(struct list_head *list,
pos = n, n = pos->next)

/**
* list_for_each_prev_safe - iterate over a list backwards safe against removal
of list entry
* list_for_each_prev_safe - iterate over a list backwards safe against removal of list entry
* @pos: the &struct list_head to use as a loop cursor.
* @n: another &struct list_head to use as temporary storage
* @head: the head for your list.
Expand Down
2 changes: 1 addition & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -841,7 +841,7 @@ static void shrink_readahead_size_eio(struct file *filp,
/**
* do_generic_mapping_read - generic file read routine
* @mapping: address_space to be read
* @_ra: file's readahead state
* @ra: file's readahead state
* @filp: the file to read
* @ppos: current file position
* @desc: read_descriptor
Expand Down

0 comments on commit 3b1f78c

Please sign in to comment.