* [PATCH] hw_random: core: Remove unnecessary new line in MODULE_PARM_DESC
@ 2017-10-26 16:30 PrasannaKumar Muralidharan
2017-10-30 6:53 ` Herbert Xu
0 siblings, 1 reply; 3+ messages in thread
From: PrasannaKumar Muralidharan @ 2017-10-26 16:30 UTC (permalink / raw)
To: mpm, herbert, linux-crypto; +Cc: PrasannaKumar Muralidharan
While using MODULE_PARM_DESC there is a new line which is not required.
Remove it.
Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
---
drivers/char/hw_random/core.c | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/drivers/char/hw_random/core.c b/drivers/char/hw_random/core.c
index 328d065..323f04c 100644
--- a/drivers/char/hw_random/core.c
+++ b/drivers/char/hw_random/core.c
@@ -43,11 +43,10 @@ static unsigned short current_quality;
static unsigned short default_quality; /* = 0; default to "off" */
module_param(current_quality, ushort, 0644);
-MODULE_PARM_DESC(current_quality,
- "current hwrng entropy estimation per mill");
+MODULE_PARM_DESC(current_quality, "current hwrng entropy estimation per mill");
+
module_param(default_quality, ushort, 0644);
-MODULE_PARM_DESC(default_quality,
- "default entropy content of hwrng per mill");
+MODULE_PARM_DESC(default_quality, "default entropy content of hwrng per mill");
static size_t rng_buffer_size(void)
{
--
2.10.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] hw_random: core: Remove unnecessary new line in MODULE_PARM_DESC
2017-10-26 16:30 [PATCH] hw_random: core: Remove unnecessary new line in MODULE_PARM_DESC PrasannaKumar Muralidharan
@ 2017-10-30 6:53 ` Herbert Xu
2017-10-30 13:01 ` PrasannaKumar Muralidharan
0 siblings, 1 reply; 3+ messages in thread
From: Herbert Xu @ 2017-10-30 6:53 UTC (permalink / raw)
To: PrasannaKumar Muralidharan; +Cc: mpm, linux-crypto
On Thu, Oct 26, 2017 at 10:00:29PM +0530, PrasannaKumar Muralidharan wrote:
> While using MODULE_PARM_DESC there is a new line which is not required.
> Remove it.
>
> Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
Please stop sending pointless patches like this.
Thanks,
--
Email: Herbert Xu <herbert@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] hw_random: core: Remove unnecessary new line in MODULE_PARM_DESC
2017-10-30 6:53 ` Herbert Xu
@ 2017-10-30 13:01 ` PrasannaKumar Muralidharan
0 siblings, 0 replies; 3+ messages in thread
From: PrasannaKumar Muralidharan @ 2017-10-30 13:01 UTC (permalink / raw)
To: Herbert Xu; +Cc: Matt Mackall, open list:HARDWARE RANDOM NUMBER GENERATOR CORE
Hi Herbert,
On 30 October 2017 at 12:23, Herbert Xu <herbert@gondor.apana.org.au> wrote:
> On Thu, Oct 26, 2017 at 10:00:29PM +0530, PrasannaKumar Muralidharan wrote:
>> While using MODULE_PARM_DESC there is a new line which is not required.
>> Remove it.
>>
>> Signed-off-by: PrasannaKumar Muralidharan <prasannatsmkumar@gmail.com>
>
> Please stop sending pointless patches like this.
Okay.
Regards,
PrasannaKumar
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-10-30 13:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-26 16:30 [PATCH] hw_random: core: Remove unnecessary new line in MODULE_PARM_DESC PrasannaKumar Muralidharan
2017-10-30 6:53 ` Herbert Xu
2017-10-30 13:01 ` PrasannaKumar Muralidharan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox