This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git

commit 24eb7d758f22e25b6bf35d4ed2255c1c2e616664
Merge: 5058a8d e72951d
Author: Szymon Janc <szymon.j...@codecoup.pl>
AuthorDate: Thu Aug 31 20:30:58 2017 +0200

    Merge pull request #517 from sjanc/static_check
    
    Random fixes for issues reported by static analysis

 .../test/src/testcases/boot_test_nv_bs_11.c        |  1 +
 .../test/src/testcases/boot_test_nv_ns_01.c        |  5 +-
 fs/disk/src/disk.c                                 |  2 +-
 fs/fs/src/fs_file.c                                |  2 +
 fs/fs/src/fs_mount.c                               | 10 ++--
 fs/nffs/src/nffs.c                                 |  3 +-
 fs/nffs/src/nffs_priv.h                            |  1 -
 fs/nffs/test/src/nffs_test_debug.c                 | 25 ++++-----
 hw/drivers/nimble/native/src/ble_phy.c             | 36 ++++---------
 hw/drivers/uart/uart_hal/src/uart_hal.c            |  1 +
 hw/mcu/native/src/hal_uart.c                       |  1 +
 kernel/os/include/os/os_task.h                     |  1 -
 kernel/os/test/src/mutex_test.c                    |  6 +--
 libc/baselibc/src/asprintf.c                       |  8 +--
 net/ip/mn_socket/test/src/mn_sock_util.c           |  6 +--
 net/nimble/controller/test/src/ble_ll_csa2_test.c  |  2 +-
 net/nimble/host/test/src/ble_att_svr_test.c        | 59 +++++++++++++++-------
 net/nimble/host/test/src/ble_gap_test.c            | 20 +++++---
 net/nimble/host/test/src/ble_gatt_disc_c_test.c    | 16 ++++--
 net/nimble/host/test/src/ble_gatt_disc_d_test.c    |  8 +--
 net/nimble/host/test/src/ble_gatt_disc_s_test.c    | 15 ++++--
 net/nimble/host/test/src/ble_gatt_find_s_test.c    |  6 ++-
 net/nimble/host/test/src/ble_gatt_read_test.c      | 16 ++++--
 net/nimble/host/test/src/ble_gatt_write_test.c     | 12 +++--
 net/nimble/host/test/src/ble_hs_test_util.c        | 15 ++++--
 net/nimble/host/test/src/ble_l2cap_test.c          | 19 ++++---
 net/nimble/host/test/src/ble_sm_test_util.c        |  3 +-
 sys/config/src/config.c                            | 10 ++--
 sys/config/test-fcb/src/conf_test_fcb.c            |  4 +-
 sys/flash_map/test/src/flash_map_test.c            |  3 +-
 sys/log/full/src/log.c                             |  1 +
 sys/shell/src/shell.c                              |  6 +--
 sys/shell/src/shell_os.c                           |  4 +-
 33 files changed, 190 insertions(+), 137 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
"commits@mynewt.apache.org" <commits@mynewt.apache.org>.

Reply via email to