Re: [PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-21 Thread Alessandro Zanni
> On 10/21/24 09:04, Alessandro Zanni wrote: > >> On 24/10/14 06:05, Shuah Khan wrote: > >>> On 10/14/24 11:21, Alessandro Zanni wrote: > This fix solves theses errors, when calling kselftest with > targets "intel_pstate": > > ./run.sh: line 90: / 1000: syntax error: operand exp

Re: [PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-21 Thread Shuah Khan
On 10/21/24 09:04, Alessandro Zanni wrote: On 24/10/14 06:05, Shuah Khan wrote: On 10/14/24 11:21, Alessandro Zanni wrote: This fix solves theses errors, when calling kselftest with targets "intel_pstate": ./run.sh: line 90: / 1000: syntax error: operand expected (error token is "/ 1000") ./

Re: [PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-21 Thread Alessandro Zanni
> On 24/10/14 06:05, Shuah Khan wrote: > > On 10/14/24 11:21, Alessandro Zanni wrote: > > > This fix solves theses errors, when calling kselftest with > > > targets "intel_pstate": > > > > > > ./run.sh: line 90: / 1000: syntax error: operand expected (error token is > > > "/ 1000") > > > > > > ./r

Re: [PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-15 Thread Alessandro Zanni
On 24/10/14 06:05, Shuah Khan wrote: > On 10/14/24 11:21, Alessandro Zanni wrote: > > This fix solves theses errors, when calling kselftest with > > targets "intel_pstate": > > > > ./run.sh: line 90: / 1000: syntax error: operand expected (error token is > > "/ 1000") > > > > ./run.sh: line 92:

Re: [PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-14 Thread Shuah Khan
On 10/14/24 11:21, Alessandro Zanni wrote: This fix solves theses errors, when calling kselftest with targets "intel_pstate": ./run.sh: line 90: / 1000: syntax error: operand expected (error token is "/ 1000") ./run.sh: line 92: / 1000: syntax error: operand expected (error token is "/ 1000")

[PATCH v2] selftests/intel_pstate: fix operand expected

2024-10-14 Thread Alessandro Zanni
This fix solves theses errors, when calling kselftest with targets "intel_pstate": ./run.sh: line 90: / 1000: syntax error: operand expected (error token is "/ 1000") ./run.sh: line 92: / 1000: syntax error: operand expected (error token is "/ 1000") To error was found by running tests manuall