Message ID | 20210205125552.1417492-1-unixbhaskar@gmail.com |
---|---|
State | New |
Headers | show |
Series | drivers: scsi: Describe and replace a word with better one in the file qlogicpti.h | expand |
Hi Bhaskar, On Sat, Feb 6, 2021 at 9:55 AM Bhaskar Chowdhury <unixbhaskar@gmail.com> wrote: > > > > s/fucking/awful/ > > Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> > --- > drivers/scsi/qlogicpti.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/scsi/qlogicpti.h b/drivers/scsi/qlogicpti.h > index 2b6374e08a7d..4a47631b22ea 100644 > --- a/drivers/scsi/qlogicpti.h > +++ b/drivers/scsi/qlogicpti.h > @@ -62,7 +62,7 @@ > #define REQUEST_QUEUE_WAKEUP 0x8005 > #define EXECUTION_TIMEOUT_RESET 0x8006 > > -/* Am I fucking pedantic or what? */ > +/* Am I awful pedantic or what? */ You're right that this needs to go, but "awfully" is a better replacement than "awful". However it's likely that the entire comment can either be removed or replaced with something more descriptive. Thanks, -- Julian Calaby Email: julian.calaby@gmail.com Profile: http://www.google.com/profiles/julian.calaby/
diff --git a/drivers/scsi/qlogicpti.h b/drivers/scsi/qlogicpti.h index 2b6374e08a7d..4a47631b22ea 100644 --- a/drivers/scsi/qlogicpti.h +++ b/drivers/scsi/qlogicpti.h @@ -62,7 +62,7 @@ #define REQUEST_QUEUE_WAKEUP 0x8005 #define EXECUTION_TIMEOUT_RESET 0x8006 -/* Am I fucking pedantic or what? */ +/* Am I awful pedantic or what? */ struct Entry_header { #ifdef __BIG_ENDIAN u8 entry_cnt;
s/fucking/awful/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> --- drivers/scsi/qlogicpti.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.30.0