[PATCH] Fixup spelling in syslog message

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Fri, Jun 24, 2016 at 05:48:04PM -0400, Joe Lawrence wrote:
> When parsing a user policy file and an unknown ban value is provided.
> s/poilcy/policy
> 
> Signed-off-by: Joe Lawrence <joe.lawrence at stratus.com>
> ---
>  classify.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/classify.c b/classify.c
> index 23fe274361d8..c2c67522320c 100644
> --- a/classify.c
> +++ b/classify.c
> @@ -460,7 +460,7 @@ static void parse_user_policy_key(char *buf, int irq, struct user_irq_policy *po
>  			pol->ban = 1;
>  		else {
>  			key_set = 0;
> -			log(TO_ALL, LOG_WARNING, "Unknown value for ban poilcy: %s\n", value);
> +			log(TO_ALL, LOG_WARNING, "Unknown value for ban policy: %s\n", value);
>  		}
>  	} else if (!strcasecmp("balance_level", key)) {
>  		for (idx=0; idx<4; idx++) {
> @@ -494,7 +494,7 @@ static void parse_user_policy_key(char *buf, int irq, struct user_irq_policy *po
>  }
>  
>  /*
> - * Calls out to a possibly user defined script to get user assigned poilcy
> + * Calls out to a possibly user defined script to get user assigned policy
>   * aspects for a given irq.  A value of -1 in a given field indicates no
>   * policy was given and that system defaults should be used
>   */
> -- 
> 1.8.3.1
> 
> 
> _______________________________________________
> irqbalance mailing list
> irqbalance at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/irqbalance

Applied, thanks



[Index of Archives]     [Linux Samsung SoC]     [Linux Rockchip SoC]     [Linux Actions SoC]     [Linux for Synopsys ARC Processors]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]


  Powered by Linux