提交 c41b20e7 编写于 作者: A Adam Buchbinder 提交者: Jiri Kosina

Fix misspellings of "truly" in comments.

Some comments misspell "truly"; this fixes them. No code changes.
Signed-off-by: NAdam Buchbinder <adam.buchbinder@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 a089377f
...@@ -1191,7 +1191,7 @@ const struct file_operations urandom_fops = { ...@@ -1191,7 +1191,7 @@ const struct file_operations urandom_fops = {
void generate_random_uuid(unsigned char uuid_out[16]) void generate_random_uuid(unsigned char uuid_out[16])
{ {
get_random_bytes(uuid_out, 16); get_random_bytes(uuid_out, 16);
/* Set UUID version to 4 --- truely random generation */ /* Set UUID version to 4 --- truly random generation */
uuid_out[6] = (uuid_out[6] & 0x0F) | 0x40; uuid_out[6] = (uuid_out[6] & 0x0F) | 0x40;
/* Set the UUID variant to DCE */ /* Set the UUID variant to DCE */
uuid_out[8] = (uuid_out[8] & 0x3F) | 0x80; uuid_out[8] = (uuid_out[8] & 0x3F) | 0x80;
......
...@@ -1065,7 +1065,7 @@ static void radeon_cp_dispatch_clear(struct drm_device * dev, ...@@ -1065,7 +1065,7 @@ static void radeon_cp_dispatch_clear(struct drm_device * dev,
/* judging by the first tile offset needed, could possibly /* judging by the first tile offset needed, could possibly
directly address/clear 4x4 tiles instead of 8x2 * 4x4 directly address/clear 4x4 tiles instead of 8x2 * 4x4
macro tiles, though would still need clear mask for macro tiles, though would still need clear mask for
right/bottom if truely 4x4 granularity is desired ? */ right/bottom if truly 4x4 granularity is desired ? */
OUT_RING(tileoffset * 16); OUT_RING(tileoffset * 16);
/* the number of tiles to clear */ /* the number of tiles to clear */
OUT_RING(nrtilesx + 1); OUT_RING(nrtilesx + 1);
......
...@@ -580,7 +580,7 @@ cs89x0_probe1(struct net_device *dev, int ioaddr, int modular) ...@@ -580,7 +580,7 @@ cs89x0_probe1(struct net_device *dev, int ioaddr, int modular)
} }
#ifdef CONFIG_SH_HICOSH4 #ifdef CONFIG_SH_HICOSH4
/* truely reset the chip */ /* truly reset the chip */
writeword(ioaddr, ADD_PORT, 0x0114); writeword(ioaddr, ADD_PORT, 0x0114);
writeword(ioaddr, DATA_PORT, 0x0040); writeword(ioaddr, DATA_PORT, 0x0040);
#endif #endif
......
...@@ -312,7 +312,7 @@ int dlm_ls_stop(struct dlm_ls *ls) ...@@ -312,7 +312,7 @@ int dlm_ls_stop(struct dlm_ls *ls)
/* /*
* This in_recovery lock does two things: * This in_recovery lock does two things:
* 1) Keeps this function from returning until all threads are out * 1) Keeps this function from returning until all threads are out
* of locking routines and locking is truely stopped. * of locking routines and locking is truly stopped.
* 2) Keeps any new requests from being processed until it's unlocked * 2) Keeps any new requests from being processed until it's unlocked
* when recovery is complete. * when recovery is complete.
*/ */
......
...@@ -2556,7 +2556,7 @@ SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname ...@@ -2556,7 +2556,7 @@ SYSCALL_DEFINE2(link, const char __user *, oldname, const char __user *, newname
* e) conversion from fhandle to dentry may come in the wrong moment - when * e) conversion from fhandle to dentry may come in the wrong moment - when
* we are removing the target. Solution: we will have to grab ->i_mutex * we are removing the target. Solution: we will have to grab ->i_mutex
* in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on * in the fhandle_to_dentry code. [FIXME - current nfsfh.c relies on
* ->i_mutex on parents, which works but leads to some truely excessive * ->i_mutex on parents, which works but leads to some truly excessive
* locking]. * locking].
*/ */
static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry, static int vfs_rename_dir(struct inode *old_dir, struct dentry *old_dentry,
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
_FP_FRAC_DECL_##wc(X) _FP_FRAC_DECL_##wc(X)
/* /*
* Finish truely unpacking a native fp value by classifying the kind * Finish truly unpacking a native fp value by classifying the kind
* of fp value and normalizing both the exponent and the fraction. * of fp value and normalizing both the exponent and the fraction.
*/ */
......
...@@ -2541,7 +2541,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable); ...@@ -2541,7 +2541,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable);
* @buffer: The ring buffer to enable writes * @buffer: The ring buffer to enable writes
* *
* Note, multiple disables will need the same number of enables * Note, multiple disables will need the same number of enables
* to truely enable the writing (much like preempt_disable). * to truly enable the writing (much like preempt_disable).
*/ */
void ring_buffer_record_enable(struct ring_buffer *buffer) void ring_buffer_record_enable(struct ring_buffer *buffer)
{ {
...@@ -2577,7 +2577,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu); ...@@ -2577,7 +2577,7 @@ EXPORT_SYMBOL_GPL(ring_buffer_record_disable_cpu);
* @cpu: The CPU to enable. * @cpu: The CPU to enable.
* *
* Note, multiple disables will need the same number of enables * Note, multiple disables will need the same number of enables
* to truely enable the writing (much like preempt_disable). * to truly enable the writing (much like preempt_disable).
*/ */
void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu) void ring_buffer_record_enable_cpu(struct ring_buffer *buffer, int cpu)
{ {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册