Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fstest:fix typo #1954

Merged
merged 1 commit into from
Aug 11, 2023
Merged

fstest:fix typo #1954

merged 1 commit into from
Aug 11, 2023

Commits on Aug 11, 2023

  1. fstest:fix build break

    fstest_main.c:340:47: note: expected ‘struct fstest_ctx_s *’ but argument is of type ‘fsblkcnt_t’ {aka ‘long long unsigned int’}
      340 | static int fstest_gc(FAR struct fstest_ctx_s *ctx, size_t nbytes)
          |                          ~~~~~~~~~~~~~~~~~~~~~^~~
    fstest_main.c:1168:13: error: too few arguments to function ‘fstest_gc’
     1168 |       ret = fstest_gc(buf.f_bfree);
          |             ^~~~~~~~~
    fstest_main.c:340:12: note: declared here
      340 | static int fstest_gc(FAR struct fstest_ctx_s *ctx, size_t nbytes)
          |            ^~~
    
    Signed-off-by: anjiahao <[email protected]>
    anjiahao1 committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    045f5c9 View commit details
    Browse the repository at this point in the history