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

[PW_SID:920623] [v2] tty: rfcomm: use sysfs_emit() instead of sprintf() #2049

Open
wants to merge 2 commits into
base: workflow
Choose a base branch
from

Conversation

tedd-an
Copy link
Owner

@tedd-an tedd-an commented Dec 24, 2024

Follow the advice in Documentation/filesystems/sysfs.rst:
show() should only use sysfs_emit() or sysfs_emit_at() when formatting
the value to be returned to user space.

Signed-off-by: Zhang Heng [email protected]

Changes in v2:

  • update author name spelling

net/bluetooth/rfcomm/tty.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

tedd-an and others added 2 commits December 12, 2024 21:24
This patch adds workflow files for ci:

[schedule_work.yml]
 - The workflow file for scheduled work
 - Sync the repo with upstream repo and rebase the workflow branch
 - Review the patches in the patchwork and creates the PR if needed

[ci.yml]
 - The workflow file for CI tasks
 - Run CI tests when PR is created
Follow the advice in Documentation/filesystems/sysfs.rst:
show() should only use sysfs_emit() or sysfs_emit_at() when formatting
the value to be returned to user space.

Signed-off-by: Zhang Heng <[email protected]>
@github-actions github-actions bot force-pushed the workflow branch 4 times, most recently from 093d6f7 to e10381f Compare January 10, 2025 14:59
@github-actions github-actions bot force-pushed the workflow branch 2 times, most recently from 80b1103 to e1edbf1 Compare January 14, 2025 18:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant