Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
4acd5d44
Commit
4acd5d44
authored
Feb 25, 2003
by
Michael Hayes
Committed by
Linus Torvalds
Feb 25, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] Spelling fixes: invocation
invokation -> invocation
parent
83951990
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
6 deletions
+6
-6
fs/buffer.c
fs/buffer.c
+1
-1
fs/direct-io.c
fs/direct-io.c
+1
-1
fs/ntfs/aops.c
fs/ntfs/aops.c
+1
-1
fs/ntfs/mft.c
fs/ntfs/mft.c
+1
-1
include/asm-i386/uaccess.h
include/asm-i386/uaccess.h
+1
-1
sound/core/device.c
sound/core/device.c
+1
-1
No files found.
fs/buffer.c
View file @
4acd5d44
...
...
@@ -2495,7 +2495,7 @@ int block_write_full_page(struct page *page, get_block_t *get_block,
/*
* The page straddles i_size. It must be zeroed out on each and every
* writepage invo
k
ation because it may be mmapped. "A file is mapped
* writepage invo
c
ation because it may be mmapped. "A file is mapped
* in multiples of the page size. For a file that is not a multiple of
* the page size, the remaining memory is zeroed when mapped, and
* writes to that region are not written out to the file."
...
...
fs/direct-io.c
View file @
4acd5d44
...
...
@@ -42,7 +42,7 @@
/*
* This code generally works in units of "dio_blocks". A dio_block is
* somewhere between the hard sector size and the filesystem block size. it
* is determined on a per-invo
k
ation basis. When talking to the filesystem
* is determined on a per-invo
c
ation basis. When talking to the filesystem
* we need to convert dio_blocks to fs_blocks by scaling the dio_block quantity
* down by dio->blkfactor. Similarly, fs-blocksize quantities are converted
* to bio_block quantities by shifting left by blkfactor.
...
...
fs/ntfs/aops.c
View file @
4acd5d44
...
...
@@ -942,7 +942,7 @@ static int ntfs_writepage(struct page *page, struct writeback_control *wbc)
* the below memcpy() already takes care of the mmap-at-end-of-file
* requirements. If the file is converted to a non-resident one, then
* the code path use is switched to the non-resident one where the
* zeroing happens on each ntfs_writepage() invo
k
ation.
* zeroing happens on each ntfs_writepage() invo
c
ation.
*
* The above also applies nicely when i_size is decreased.
*
...
...
fs/ntfs/mft.c
View file @
4acd5d44
...
...
@@ -202,7 +202,7 @@ static inline MFT_RECORD *map_mft_record_page(ntfs_inode *ni)
* records/inodes present in the page before I/O can proceed. In that case we
* wouldn't need to bother with PG_locked and PG_uptodate as nobody will be
* accessing anything without owning the mrec_lock semaphore. But we do need
* to use them because of the read_cache_page() invo
k
ation and the code becomes
* to use them because of the read_cache_page() invo
c
ation and the code becomes
* so much simpler this way that it is well worth it.
*
* The mft record is now ours and we return a pointer to it. You need to check
...
...
include/asm-i386/uaccess.h
View file @
4acd5d44
...
...
@@ -258,7 +258,7 @@ unsigned long __copy_to_user_ll(void *to, const void *from, unsigned long n);
unsigned
long
__copy_from_user_ll
(
void
*
to
,
const
void
*
from
,
unsigned
long
n
);
/*
* Here we special-case 1, 2 and 4-byte copy_*_user invo
k
ations. On a fault
* Here we special-case 1, 2 and 4-byte copy_*_user invo
c
ations. On a fault
* we return the initial request size (1, 2 or 4), as copy_*_user should do.
* If a store crosses a page boundary and gets a fault, the x86 will not write
* anything, so this is accurate.
...
...
sound/core/device.c
View file @
4acd5d44
...
...
@@ -144,7 +144,7 @@ int snd_device_disconnect(snd_card_t *card, void *device_data)
* Registers the device which was already created via
* snd_device_new(). Usually this is called from snd_card_register(),
* but it can be called later if any new devices are created after
* invo
k
ation of snd_card_register().
* invo
c
ation of snd_card_register().
*
* Returns zero if successful, or a negative error code on failure or if the
* device not found.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment