Skip to content
Success

Changes

Summary

  1. ipaccess: reduce scope of ka_fsm variable (details)
  2. ipaccess: Clarify access to msgb ipa payload in code path (details)
  3. ipaccess: Reduce scope of line local variable (details)
  4. ipaccess: Get rid of extra indentation level in long code block (details)
  5. cosmetic: ipa_keepalive.c: Fix trailing whitespace (details)
Commit 6ba8b6c2ee9c4f6463ddd1aa0925f816d6997608 by Pau Espin Pedrol
ipaccess: reduce scope of ka_fsm variable

Change-Id: I8236b1fef4d90275678bf80d866c84402c20840c
The file was modifiedsrc/input/ipaccess.c
Commit fb41d8cd0346fed99e3e05eef1db9d8268aaa6dd by Pau Espin Pedrol
ipaccess: Clarify access to msgb ipa payload in code path

The pointer to the data payload is gathered at a later place after the
first byte of the pointer has actually already been read.
Clean it up so that it becomes obvious when and how the payload is
accessed.

Change-Id: I5eac24bdf72021e500c554bdc6d8449bf37d2231
The file was modifiedsrc/input/ipaccess.c
Commit 8e9991ae1f9badb1473f30ca61bf40f53f76c23f by Pau Espin Pedrol
ipaccess: Reduce scope of line local variable

Change-Id: I9789cbce74f71505e9b7be1445a0a97007ee37da
The file was modifiedsrc/input/ipaccess.c
Commit 9f0fbcf8d32429e34df34a3a4b4b966d712a298c by Pau Espin Pedrol
ipaccess: Get rid of extra indentation level in long code block

Change-Id: I41c703d5585d8e1225a10a8b190871f0294f4315
The file was modifiedsrc/input/ipaccess.c
Commit 807370cbe437f6d7d0b3a87b9a5ee46612a1772d by Pau Espin Pedrol
cosmetic: ipa_keepalive.c: Fix trailing whitespace

Change-Id: Ide143b002e59baac9b86b8c05f43518fb21568c9
The file was modifiedsrc/input/ipa_keepalive.c