All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] jfs: delete duplicated words in header files
@ 2020-07-20  0:13 Randy Dunlap
  2020-10-14  5:29 ` Randy Dunlap
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-07-20  0:13 UTC (permalink / raw)
  To: linux-kernel; +Cc: Randy Dunlap, Dave Kleikamp, jfs-discussion

Drop the repeated words "allocation" and "if" in comments.

Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Dave Kleikamp <shaggy@kernel.org>
Cc: jfs-discussion@lists.sourceforge.net
---
 fs/jfs/jfs_extent.h |    2 +-
 fs/jfs/jfs_logmgr.h |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

--- linux-next-20200717.orig/fs/jfs/jfs_extent.h
+++ linux-next-20200717/fs/jfs/jfs_extent.h
@@ -5,7 +5,7 @@
 #ifndef	_H_JFS_EXTENT
 #define _H_JFS_EXTENT
 
-/*  get block allocation allocation hint as location of disk inode */
+/*  get block allocation hint as location of disk inode */
 #define	INOHINT(ip)	\
 	(addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)
 
--- linux-next-20200717.orig/fs/jfs/jfs_logmgr.h
+++ linux-next-20200717/fs/jfs/jfs_logmgr.h
@@ -132,7 +132,7 @@ struct logpage {
  * (this comment should be rewritten !)
  * jfs uses only "after" log records (only a single writer is allowed
  * in a page, pages are written to temporary paging space if
- * if they must be written to disk before commit, and i/o is
+ * they must be written to disk before commit, and i/o is
  * scheduled for modified pages to their home location after
  * the log records containing the after values and the commit
  * record is written to the log on disk, undo discards the copy

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] jfs: delete duplicated words in header files
  2020-07-20  0:13 [PATCH] jfs: delete duplicated words in header files Randy Dunlap
@ 2020-10-14  5:29 ` Randy Dunlap
  2020-10-14 12:57   ` Dave Kleikamp
  0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2020-10-14  5:29 UTC (permalink / raw)
  To: linux-kernel; +Cc: Dave Kleikamp, jfs-discussion

ping.

On 7/19/20 5:13 PM, Randy Dunlap wrote:
> Drop the repeated words "allocation" and "if" in comments.
> 
> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
> Cc: Dave Kleikamp <shaggy@kernel.org>
> Cc: jfs-discussion@lists.sourceforge.net
> ---
>  fs/jfs/jfs_extent.h |    2 +-
>  fs/jfs/jfs_logmgr.h |    2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
> --- linux-next-20200717.orig/fs/jfs/jfs_extent.h
> +++ linux-next-20200717/fs/jfs/jfs_extent.h
> @@ -5,7 +5,7 @@
>  #ifndef	_H_JFS_EXTENT
>  #define _H_JFS_EXTENT
>  
> -/*  get block allocation allocation hint as location of disk inode */
> +/*  get block allocation hint as location of disk inode */
>  #define	INOHINT(ip)	\
>  	(addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)
>  
> --- linux-next-20200717.orig/fs/jfs/jfs_logmgr.h
> +++ linux-next-20200717/fs/jfs/jfs_logmgr.h
> @@ -132,7 +132,7 @@ struct logpage {
>   * (this comment should be rewritten !)
>   * jfs uses only "after" log records (only a single writer is allowed
>   * in a page, pages are written to temporary paging space if
> - * if they must be written to disk before commit, and i/o is
> + * they must be written to disk before commit, and i/o is
>   * scheduled for modified pages to their home location after
>   * the log records containing the after values and the commit
>   * record is written to the log on disk, undo discards the copy
> 


-- 
~Randy


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] jfs: delete duplicated words in header files
  2020-10-14  5:29 ` Randy Dunlap
@ 2020-10-14 12:57   ` Dave Kleikamp
  0 siblings, 0 replies; 3+ messages in thread
From: Dave Kleikamp @ 2020-10-14 12:57 UTC (permalink / raw)
  To: Randy Dunlap, linux-kernel; +Cc: jfs-discussion

Sorry. I've neglected JFS lately. I'll review and merge these today or
tomorrow, along with some others in my queue.

Shaggy

On 10/14/20 12:29 AM, Randy Dunlap wrote:
> ping.
> 
> On 7/19/20 5:13 PM, Randy Dunlap wrote:
>> Drop the repeated words "allocation" and "if" in comments.
>>
>> Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
>> Cc: Dave Kleikamp <shaggy@kernel.org>
>> Cc: jfs-discussion@lists.sourceforge.net
>> ---
>>  fs/jfs/jfs_extent.h |    2 +-
>>  fs/jfs/jfs_logmgr.h |    2 +-
>>  2 files changed, 2 insertions(+), 2 deletions(-)
>>
>> --- linux-next-20200717.orig/fs/jfs/jfs_extent.h
>> +++ linux-next-20200717/fs/jfs/jfs_extent.h
>> @@ -5,7 +5,7 @@
>>  #ifndef	_H_JFS_EXTENT
>>  #define _H_JFS_EXTENT
>>  
>> -/*  get block allocation allocation hint as location of disk inode */
>> +/*  get block allocation hint as location of disk inode */
>>  #define	INOHINT(ip)	\
>>  	(addressPXD(&(JFS_IP(ip)->ixpxd)) + lengthPXD(&(JFS_IP(ip)->ixpxd)) - 1)
>>  
>> --- linux-next-20200717.orig/fs/jfs/jfs_logmgr.h
>> +++ linux-next-20200717/fs/jfs/jfs_logmgr.h
>> @@ -132,7 +132,7 @@ struct logpage {
>>   * (this comment should be rewritten !)
>>   * jfs uses only "after" log records (only a single writer is allowed
>>   * in a page, pages are written to temporary paging space if
>> - * if they must be written to disk before commit, and i/o is
>> + * they must be written to disk before commit, and i/o is
>>   * scheduled for modified pages to their home location after
>>   * the log records containing the after values and the commit
>>   * record is written to the log on disk, undo discards the copy
>>
> 
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-14 12:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-20  0:13 [PATCH] jfs: delete duplicated words in header files Randy Dunlap
2020-10-14  5:29 ` Randy Dunlap
2020-10-14 12:57   ` Dave Kleikamp

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.