* [PATCH] staging: dgnc: Fixing a warning of line over 80 characters
@ 2015-01-21 10:46 menna_tarek
2015-01-21 10:51 ` Dan Carpenter
0 siblings, 1 reply; 2+ messages in thread
From: menna_tarek @ 2015-01-21 10:46 UTC (permalink / raw)
To: devel; +Cc: lidza.louina, markh, gregkh, driverdev-devel, linux-kernel
This patch fixes the following checkpatch.pl warning:
WARNING: line over 80 characters
Signed-off-by: menna_tarek <mennatallah.dawood@gmail.com>
---
drivers/staging/dgnc/dgnc_tty.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index f81a375..f43a11b 100644
--- a/drivers/staging/dgnc/dgnc_tty.c
+++ b/drivers/staging/dgnc/dgnc_tty.c
@@ -1331,7 +1331,7 @@ static int dgnc_block_til_ready(struct tty_struct *tty, struct file *file, struc
spin_unlock_irqrestore(&ch->ch_lock, flags);
/*
- * Wait for something in the flags to change from the current value.
+ * Wait for the flags to change from the current value.
*/
if (sleep_on_un_flags)
retval = wait_event_interruptible(un->un_flags_wait,
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: dgnc: Fixing a warning of line over 80 characters
2015-01-21 10:46 [PATCH] staging: dgnc: Fixing a warning of line over 80 characters menna_tarek
@ 2015-01-21 10:51 ` Dan Carpenter
0 siblings, 0 replies; 2+ messages in thread
From: Dan Carpenter @ 2015-01-21 10:51 UTC (permalink / raw)
To: menna_tarek; +Cc: devel, lidza.louina, driverdev-devel, linux-kernel, gregkh
On Wed, Jan 21, 2015 at 12:46:59PM +0200, menna_tarek wrote:
> This patch fixes the following checkpatch.pl warning:
> WARNING: line over 80 characters
>
> Signed-off-by: menna_tarek <mennatallah.dawood@gmail.com>
These are supposed to be your actual name that you use to sign legal
documents with correct capitalization etc. Same for the From header.
regards,
dan carpenter
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-01-21 10:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 10:46 [PATCH] staging: dgnc: Fixing a warning of line over 80 characters menna_tarek
2015-01-21 10:51 ` Dan Carpenter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox