summaryrefslogtreecommitdiff
path: root/drivers/net/wan
AgeCommit message (Expand)AuthorFilesLines
2021-06-07net: hd64570: add some required spacesPeng Li1-2/+2
2021-06-07net: hd64570: remove redundant parenthesesPeng Li1-2/+2
2021-06-07net: hd64570: fix the comments style issuePeng Li1-3/+3
2021-06-07net: hd64570: add braces {} to all arms of the statementPeng Li1-4/+8
2021-06-07net: hd64570: fix the code style issue about trailing statementsPeng Li1-18/+42
2021-06-07net: hd64570: fix the code style issue about "foo* bar"Peng Li1-7/+7
2021-06-07net: hd64570: add blank line after declarationsPeng Li1-0/+2
2021-06-07net: hd64570: remove redundant blank linesPeng Li1-22/+0
2021-06-05net: hdlc_x25: fix the alignment issuePeng Li1-14/+14
2021-06-05net: hdlc_x25: fix the code issue about "if..else.."Peng Li1-2/+1
2021-06-05net: hdlc_x25: add some required spacesPeng Li1-1/+2
2021-06-05net: hdlc_x25: move out assignment in if conditionPeng Li1-6/+11
2021-06-05net: hdlc_x25: remove unnecessary out of memory messagePeng Li1-3/+1
2021-06-05net: hdlc_x25: remove redundant blank linesPeng Li1-22/+0
2021-06-03net: hdlc_cisco: remove redundant spacePeng Li1-1/+1
2021-06-03net: hdlc_cisco: add blank line after declarationPeng Li1-0/+1
2021-06-03net: hdlc_cisco: remove unnecessary out of memory messagePeng Li1-3/+2
2021-06-03net: hdlc_cisco: add some required spacesPeng Li1-3/+4
2021-06-03net: hdlc_cisco: fix the code style issue about "foo* bar"Peng Li1-6/+6
2021-06-03net: hdlc_cisco: remove redundant blank linesPeng Li1-22/+0
2021-06-02net: hdlc: add braces {} to all arms of the statementPeng Li1-1/+2
2021-06-02net: hdlc: move out assignment in if conditionPeng Li1-2/+4
2021-06-02net: hdlc: replace comparison to NULL with "!param"Peng Li1-2/+2
2021-06-02net: hdlc: fix an code style issue about EXPORT_SYMBOL(foo)Peng Li1-11/+10
2021-06-02net: hdlc: fix an code style issue about "foo* bar"Peng Li1-1/+1
2021-06-02net: hdlc: add blank line after declarationsPeng Li1-0/+4
2021-06-02net: hdlc: remove redundant blank linesPeng Li1-23/+0
2021-06-01net: sealevel: fix the alignment issuePeng Li1-1/+1
2021-06-01net: sealevel: fix the comments style issuePeng Li1-42/+18
2021-06-01net: sealevel: remove meaningless commentsPeng Li1-3/+0
2021-06-01net: sealevel: fix a code style issue about switch and casePeng Li1-18/+18
2021-06-01net: sealevel: remove redundant initialization for staticsPeng Li1-1/+1
2021-06-01net: sealevel: add some required spacesPeng Li1-4/+4
2021-06-01net: sealevel: open brace '{' following struct go on the same linePeng Li1-4/+2
2021-06-01net: sealevel: fix the code style issue about "foo* bar"Peng Li1-1/+1
2021-06-01net: sealevel: add blank line after declarationsPeng Li1-0/+2
2021-06-01net: sealevel: remove redundant blank linesPeng Li1-5/+0
2021-05-29net: hdlc_fr: remove unnecessary out of memory messagePeng Li1-3/+2
2021-05-29net: hdlc_fr: remove redundant braces {}Peng Li1-3/+3
2021-05-29net: hdlc_fr: add braces {} to all arms of the statementPeng Li1-4/+6
2021-05-29net: hdlc_fr: remove space after '!'Peng Li1-2/+2
2021-05-29net: hdlc_fr: code indent use tabs where possiblePeng Li1-4/+4
2021-05-29net: hdlc_fr: move out assignment in if conditionPeng Li1-4/+8
2021-05-29net: hdlc_fr: add some required spacesPeng Li1-3/+4
2021-05-29net: hdlc_fr: fix an code style issue about "foo* bar"Peng Li1-2/+2
2021-05-29net: hdlc_fr: add blank line after declarationsPeng Li1-0/+3
2021-05-29net: hdlc_fr: remove redundant blank linesPeng Li1-42/+0
2021-05-26net: wan: add spaces required around that ':' and '+'Peng Li1-2/+4
2021-05-26net: wan: replace comparison to NULL with "!card"Peng Li1-2/+2
2021-05-26net: wan: add some required spacesPeng Li1-7/+7