[LU-13726] checkpatch.pl print empty correction string if mistake string have '(' Created: 28/Jun/20  Updated: 28/Jun/20

Status: Open
Project: Lustre
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Arshad Hussain Assignee: WC Triage
Resolution: Unresolved Votes: 0
Labels: None

Severity: 3
Rank (Obsolete): 9223372036854775807

 Description   

checkpatch.pl print empty correction string if mistake string have '('

 

These input (mistake string) prints empty correction string.

  1. ERR_PTR(PTR_ERR||ERR_CAST
  2. ERR_PTR.PTR_ERR||ERR_CAST

Error Eg:

CHECK: 'ERR_PTR(PTR_ERR(' may be misspelled - perhaps ''?
#185: FILE: ./lustre/mdt/mdt_identity.c:185:
+ return ERR_PTR(PTR_ERR(entry));

 

 


Generated at Sat Feb 10 03:03:41 UTC 2024 using Jira 9.4.14#940014-sha1:734e6822bbf0d45eff9af51f82432957f73aa32c.