Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1572002 > unrolled thread
| Started by | Joe Perches <joe@perches.com> |
|---|---|
| First post | 2017-02-01 23:00 +0100 |
| Last post | 2017-02-01 23:00 +0100 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block comments Joe Perches <joe@perches.com> - 2017-02-01 23:00 +0100
| From | Joe Perches <joe@perches.com> |
|---|---|
| Date | 2017-02-01 23:00 +0100 |
| Subject | Re: [PATCH] staging: rtl8192e: Aligning the * on each line in block comments |
| Message-ID | <t6b6x-3hm-3@gated-at.bofh.it> |
On Thu, 2017-02-02 at 03:22 +0530, Arushi wrote: > This patch fixes the issue by aligning the * on each line in block comments. [] > diff --git a/drivers/staging/speakup/speakup_decpc.c b/drivers/staging/speakup/speakup_decpc.c [] > @@ -85,8 +85,8 @@ > #define CTRL_io_priority 0x0c00 /* change i/o priority */ > #define CTRL_free_mem 0x0d00 /* get free paragraphs on module */ > #define CTRL_get_lang 0x0e00 /* return bit mask of loaded > - * languages > - */ > + * languages > + */ Not correct. > diff --git a/drivers/staging/speakup/speakup_dtlk.h b/drivers/staging/speakup/speakup_dtlk.h [] > @@ -24,11 +24,11 @@ > * usec later. > */ > #define TTS_ALMOST_FULL 0x08 /* mask for AF bit: When set to 1, > - * indicates that less than 300 bytes > - * are available in the TTS input > - * buffer. AF is always 0 in the PCM, > - * TGN and CVSD modes. > - */ > + * indicates that less than 300 bytes > + * are available in the TTS input > + * buffer. AF is always 0 in the PCM, > + * TGN and CVSD modes. > + */ here too, etc...
Back to top | Article view | linux.kernel
csiph-web