Commit 4acd5d44 authored by Michael Hayes's avatar Michael Hayes Committed by Linus Torvalds

[PATCH] Spelling fixes: invocation

    invokation -> invocation
parent 83951990
...@@ -2495,7 +2495,7 @@ int block_write_full_page(struct page *page, get_block_t *get_block, ...@@ -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 * The page straddles i_size. It must be zeroed out on each and every
* writepage invokation because it may be mmapped. "A file is mapped * writepage invocation because it may be mmapped. "A file is mapped
* in multiples of the page size. For a file that is not a multiple of * 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 * the page size, the remaining memory is zeroed when mapped, and
* writes to that region are not written out to the file." * writes to that region are not written out to the file."
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
/* /*
* This code generally works in units of "dio_blocks". A dio_block is * 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 * somewhere between the hard sector size and the filesystem block size. it
* is determined on a per-invokation basis. When talking to the filesystem * is determined on a per-invocation basis. When talking to the filesystem
* we need to convert dio_blocks to fs_blocks by scaling the dio_block quantity * 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 * down by dio->blkfactor. Similarly, fs-blocksize quantities are converted
* to bio_block quantities by shifting left by blkfactor. * to bio_block quantities by shifting left by blkfactor.
......
...@@ -942,7 +942,7 @@ static int ntfs_writepage(struct page *page, struct writeback_control *wbc) ...@@ -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 * 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 * 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 * the code path use is switched to the non-resident one where the
* zeroing happens on each ntfs_writepage() invokation. * zeroing happens on each ntfs_writepage() invocation.
* *
* The above also applies nicely when i_size is decreased. * The above also applies nicely when i_size is decreased.
* *
......
...@@ -202,7 +202,7 @@ static inline MFT_RECORD *map_mft_record_page(ntfs_inode *ni) ...@@ -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 * 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 * 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 * accessing anything without owning the mrec_lock semaphore. But we do need
* to use them because of the read_cache_page() invokation and the code becomes * to use them because of the read_cache_page() invocation and the code becomes
* so much simpler this way that it is well worth it. * 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 * The mft record is now ours and we return a pointer to it. You need to check
......
...@@ -258,7 +258,7 @@ unsigned long __copy_to_user_ll(void *to, const void *from, unsigned long n); ...@@ -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); 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 invokations. On a fault * Here we special-case 1, 2 and 4-byte copy_*_user invocations. On a fault
* we return the initial request size (1, 2 or 4), as copy_*_user should do. * 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 * If a store crosses a page boundary and gets a fault, the x86 will not write
* anything, so this is accurate. * anything, so this is accurate.
......
...@@ -144,7 +144,7 @@ int snd_device_disconnect(snd_card_t *card, void *device_data) ...@@ -144,7 +144,7 @@ int snd_device_disconnect(snd_card_t *card, void *device_data)
* Registers the device which was already created via * Registers the device which was already created via
* snd_device_new(). Usually this is called from snd_card_register(), * snd_device_new(). Usually this is called from snd_card_register(),
* but it can be called later if any new devices are created after * but it can be called later if any new devices are created after
* invokation of snd_card_register(). * invocation of snd_card_register().
* *
* Returns zero if successful, or a negative error code on failure or if the * Returns zero if successful, or a negative error code on failure or if the
* device not found. * device not found.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment