On Fri, Aug 23, 2013 at 4:40 AM, Dan Carpenter wrote:
> On Wed, Aug 21, 2013 at 01:27:15PM -0400, Lidza Louina wrote:
>> This patch fixes the error: "foo* bar" should be "foo *bar".
>>
>
> I have a nit pick about this changelog. It's not something to
> resend over, of course, but for future patch
On Wed, Aug 21, 2013 at 01:27:15PM -0400, Lidza Louina wrote:
> This patch fixes the error: "foo* bar" should be "foo *bar".
>
I have a nit pick about this changelog. It's not something to
resend over, of course, but for future patches. The word "fix"
should only be used for bugfixes. The word
This patch fixes the error: "foo* bar" should be "foo *bar".
Signed-off-by: Lidza Louina
---
drivers/staging/dgnc/dgnc_tty.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/dgnc/dgnc_tty.c b/drivers/staging/dgnc/dgnc_tty.c
index 5938c4a..da035a5 100644
---