VirtualBox

Changeset 70461 in vbox for trunk/src/VBox/Additions/linux


Ignore:
Timestamp:
Jan 4, 2018 5:35:03 PM (7 years ago)
Author:
vboxsync
Message:

Replace a few tabs that made it into a source file in r120068 and (I believe) was the cause of NT burn

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/linux/sharedfolders/regops.c

    r70460 r70461  
    102102
    103103void *sf_pipe_buf_map(struct pipe_inode_info *pipe,
    104                            struct pipe_buffer *pipe_buf, int atomic)
     104                struct pipe_buffer *pipe_buf, int atomic)
    105105{
    106106    return 0;
     
    116116
    117117int sf_pipe_buf_steal(struct pipe_inode_info *pipe,
    118                            struct pipe_buffer *pipe_buf) {
    119         return 0;
     118                 struct pipe_buffer *pipe_buf) {
     119    return 0;
    120120}
    121121
    122122static void sf_pipe_buf_release(struct pipe_inode_info *pipe,
    123                                   struct pipe_buffer *pipe_buf)
     123                 struct pipe_buffer *pipe_buf)
    124124{
    125125    free_pipebuf(pipe_buf->page);
     
    127127
    128128int sf_pipe_buf_confirm(struct pipe_inode_info *info,
    129                              struct pipe_buffer *pipe_buf)
    130 {
    131         return 0;
     129                 struct pipe_buffer *pipe_buf)
     130{
     131    return 0;
    132132}
    133133
     
    152152ssize_t
    153153sf_splice_read(struct file *in, loff_t *poffset,
    154                                 struct pipe_inode_info *pipe, size_t len,
    155                                 unsigned int flags)
     154                struct pipe_inode_info *pipe, size_t len,
     155                unsigned int flags)
    156156{
    157157    size_t bytes_remaining = len;
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette